quamj.qps.plugins.oci_diffiop
Class AcceptorInfo_impl

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

public class AcceptorInfo_impl
extends org.omg.CORBA.LocalObject


Method Summary
 void add_accept_cb(com.ooc.OCI.AcceptCB cb)
           
 byte[] addr()
           
 java.lang.String describe()
           
 java.lang.String[] hosts()
           
 java.lang.String id()
           
 short port()
           
 void remove_accept_cb(com.ooc.OCI.AcceptCB 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()

tag

public int tag()

describe

public java.lang.String describe()

add_accept_cb

public void add_accept_cb(com.ooc.OCI.AcceptCB cb)

remove_accept_cb

public void remove_accept_cb(com.ooc.OCI.AcceptCB cb)

hosts

public java.lang.String[] hosts()

addr

public byte[] addr()

port

public short port()