org.apache.yoko.orb.OCI.IIOP
Class AcceptorInfo_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OCI.IIOP.AcceptorInfo_impl
All Implemented Interfaces:
AcceptorInfo, AcceptorInfoOperations, Object

public final class AcceptorInfo_impl
extends LocalObject
implements AcceptorInfo


Method Summary
 void add_accept_cb(AcceptCB cb)
          Add a callback that is called whenever a new connection is accepted.
 String addr()
          The local IP address on which this acceptor accepts.
 String describe()
          Returns a human readable description of the transport.
 String[] hosts()
          Hostnames used for creation of IIOP object references.
 String id()
          The plugin id.
 short port()
          The local port on which this acceptor accepts.
 void remove_accept_cb(AcceptCB cb)
          Remove an accept callback.
 int tag()
          The profile id 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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Method Detail

id

public String id()
Description copied from interface: AcceptorInfoOperations
The plugin id.

Specified by:
id in interface AcceptorInfoOperations

tag

public int tag()
Description copied from interface: AcceptorInfoOperations
The profile id tag.

Specified by:
tag in interface AcceptorInfoOperations

describe

public String describe()
Description copied from interface: AcceptorInfoOperations
Returns a human readable description of the transport.

Specified by:
describe in interface AcceptorInfoOperations
Returns:
The description.

add_accept_cb

public void add_accept_cb(AcceptCB cb)
Description copied from interface: AcceptorInfoOperations
Add a callback that is called whenever a new connection is accepted. If the callback has already been registered, this method has no effect.

Specified by:
add_accept_cb in interface AcceptorInfoOperations
Parameters:
cb - The callback to add.

remove_accept_cb

public void remove_accept_cb(AcceptCB cb)
Description copied from interface: AcceptorInfoOperations
Remove an accept callback. If the callback was not registered, this method has no effect.

Specified by:
remove_accept_cb in interface AcceptorInfoOperations
Parameters:
cb - The callback to remove.

hosts

public String[] hosts()
Description copied from interface: AcceptorInfoOperations
Hostnames used for creation of IIOP object references.


addr

public String addr()
Description copied from interface: AcceptorInfoOperations
The local IP address on which this acceptor accepts.


port

public short port()
Description copied from interface: AcceptorInfoOperations
The local port on which this acceptor accepts.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.