Class OutboundConnectionState<C extends Connection>
java.lang.Object
com.sun.corba.ee.impl.transport.connection.OutboundConnectionState<C>
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundConnectionState(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn) -
Method Summary
Modifier and TypeMethodDescriptionvoidacquire()voidclose()booleanisBusy()booleanisIdle()booleanintrelease(int numResponsesExpected) booleanvoidsetReclaimableHandle(ConcurrentQueue.Handle<C> handle) toString()
-
Constructor Details
-
OutboundConnectionState
-
-
Method Details
-
toString
-
isReclaimable
@ManagedAttribute public boolean isReclaimable() -
isBusy
public boolean isBusy() -
isIdle
public boolean isIdle() -
acquire
public void acquire() -
setReclaimableHandle
-
release
public int release(int numResponsesExpected) -
responseReceived
public boolean responseReceived() -
close
- Throws:
IOException
-