Class OutboundConnectionState<C extends Connection>

java.lang.Object
com.sun.corba.ee.impl.transport.connection.OutboundConnectionState<C>

@ManagedData public class OutboundConnectionState<C extends Connection> extends Object
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isReclaimable

      @ManagedAttribute public boolean isReclaimable()
    • isBusy

      public boolean isBusy()
    • isIdle

      public boolean isIdle()
    • acquire

      public void acquire()
    • setReclaimableHandle

      public void setReclaimableHandle(ConcurrentQueue.Handle<C> handle)
    • release

      public int release(int numResponsesExpected)
    • responseReceived

      public boolean responseReceived()
    • close

      public void close() throws IOException
      Throws:
      IOException