Package com.sun.corba.se.pept.broker
Interface Broker
- All Known Implementing Classes:
ORB,ORB,ORBImpl,ORBSingleton,ORBSingleton,PIORB,POAORB
public interface Broker
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
createOrIncrementInvocationInfo
ClientInvocationInfo createOrIncrementInvocationInfo() -
getInvocationInfo
ClientInvocationInfo getInvocationInfo() -
releaseOrDecrementInvocationInfo
void releaseOrDecrementInvocationInfo() -
getTransportManager
TransportManager getTransportManager()
-