public class LogoutRequest extends java.lang.Object implements Request
Constructor and Description |
---|
LogoutRequest() |
LogoutRequest(java.lang.Object securityIdentity) |
Modifier and Type | Method and Description |
---|---|
RequestType |
getRequestType() |
java.lang.Object |
getSecurityIdentity() |
void |
readExternal(java.io.ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData)
Set the protocol metadata that can be used for versioned requests
|
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
public LogoutRequest()
public LogoutRequest(java.lang.Object securityIdentity)
public void setMetaData(ProtocolMetaData metaData)
Request
setMetaData
in interface Request
metaData
- ProtocolMetaDatapublic RequestType getRequestType()
getRequestType
in interface Request
public java.lang.Object getSecurityIdentity()
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in interface Request
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in interface Request
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object