quamj.qps.plugins.oci_qiop
Class ConnectorInfo_impl

java.lang.Object
  |
  +--org.omg.CORBA.LocalObject
        |
        +--quamj.qps.plugins.oci_qiop.ConnectorInfo_impl
All Implemented Interfaces:
org.omg.CORBA.Object

public class ConnectorInfo_impl
extends org.omg.CORBA.LocalObject

Version:
Author:
Christian Tzolov

Method Summary
 void add_connect_cb(com.ooc.OCI.ConnectCB cb)
           
 java.lang.String describe()
           
 java.lang.String id()
           
 byte[] remote_addr()
          The remote 32 bit IP address to which this connector connects.
 short remote_port()
          The remote port to which this connector connects.
 void remove_connect_cb(com.ooc.OCI.ConnectCB cb)
           
 int tag()
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

id

public java.lang.String id()

describe

public java.lang.String describe()

add_connect_cb

public void add_connect_cb(com.ooc.OCI.ConnectCB cb)

remove_connect_cb

public void remove_connect_cb(com.ooc.OCI.ConnectCB cb)

tag

public int tag()

remote_port

public short remote_port()
The remote port to which this connector connects.


remote_addr

public byte[] remote_addr()
The remote 32 bit IP address to which this connector connects.