Class Detach
java.lang.Object
org.apache.qpid.protonj2.types.transport.Detach
- All Implemented Interfaces:
Performative
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.transport.Performative
Performative.PerformativeHandler<E>, Performative.PerformativeType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanintgetError()longbooleanbooleanhasElement(int index) booleanhasError()boolean<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) booleanisEmpty()setClosed(boolean closed) setError(ErrorCondition error) setHandle(long handle) toString()
-
Field Details
-
DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
-
-
Constructor Details
-
Detach
public Detach()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getElementCount
public int getElementCount() -
hasElement
public boolean hasElement(int index) -
hasHandle
public boolean hasHandle() -
hasClosed
public boolean hasClosed() -
hasError
public boolean hasError() -
getHandle
public long getHandle() -
setHandle
-
getClosed
public boolean getClosed() -
setClosed
-
getError
-
setError
-
copy
- Specified by:
copyin interfacePerformative
-
getPerformativeType
- Specified by:
getPerformativeTypein interfacePerformative
-
invoke
public <E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) - Specified by:
invokein interfacePerformative
-
toString
-