Package com.swiftmq.jndi.protocol.v400
Class UnbindRequest
- java.lang.Object
-
- com.swiftmq.jndi.protocol.v400.UnbindRequest
-
- All Implemented Interfaces:
JNDIRequest
,Dumpable
public class UnbindRequest extends java.lang.Object implements JNDIRequest
-
-
Constructor Summary
Constructors Constructor Description UnbindRequest()
UnbindRequest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JNDIRequestVisitor visitor)
int
getDumpId()
Returns a unique dump id for this object.java.lang.String
getName()
void
readContent(java.io.DataInput in)
Read the content of this object from the stream.java.lang.String
toString()
void
writeContent(java.io.DataOutput out)
Write the content of this object to the stream.
-
-
-
Method Detail
-
getDumpId
public int getDumpId()
Description copied from interface:Dumpable
Returns a unique dump id for this object.
-
writeContent
public void writeContent(java.io.DataOutput out) throws java.io.IOException
Description copied from interface:Dumpable
Write the content of this object to the stream.- Specified by:
writeContent
in interfaceDumpable
- Parameters:
out
- output stream- Throws:
java.io.IOException
- if an error occurs
-
readContent
public void readContent(java.io.DataInput in) throws java.io.IOException
Description copied from interface:Dumpable
Read the content of this object from the stream.- Specified by:
readContent
in interfaceDumpable
- Parameters:
in
- input stream- Throws:
java.io.IOException
- if an error occurs
-
getName
public java.lang.String getName()
-
accept
public void accept(JNDIRequestVisitor visitor)
- Specified by:
accept
in interfaceJNDIRequest
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-