org.apache.yoko.orb.OCI
Interface AcceptCBOperations

All Known Subinterfaces:
AcceptCB

public interface AcceptCBOperations

An interface for an accept callback object.

See Also:
AcceptorInfo

Method Summary
 void accept_cb(TransportInfo transport_info)
          Called after a new connection has been accepted.
 

Method Detail

accept_cb

void accept_cb(TransportInfo transport_info)
Called after a new connection has been accepted. If the application wishes to reject the connection CORBA::NO_PERMISSION may be raised.

Parameters:
transport_info - The TransportInfo for the new connection.


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