org.apache.yoko.orb.OCI
Interface ConnectCBOperations

All Known Subinterfaces:
ConnectCB

public interface ConnectCBOperations

An interface for a connect callback object.

See Also:
ConnectorInfo

Method Summary
 void connect_cb(TransportInfo transport_info)
          Called after a new connection has been established.
 

Method Detail

connect_cb

void connect_cb(TransportInfo transport_info)
Called after a new connection has been established. 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.