org.apache.yoko.orb.OCI
Interface CloseCBOperations

All Known Subinterfaces:
CloseCB

public interface CloseCBOperations

An interface for a close callback object.

See Also:
TransportInfo

Method Summary
 void close_cb(TransportInfo transport_info)
          Called before a connection is closed.
 

Method Detail

close_cb

void close_cb(TransportInfo transport_info)
Called before a connection is closed.

Parameters:
transport_info - The TransportInfo for the new closeion.


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