public class RfSession extends ClientSession
Constructor and Description |
---|
RfSession()
Used by Externalizable.
|
RfSession(RfApplication app,
String id,
Object parent) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput is) |
void |
writeExternal(ObjectOutput out) |
createACR, rcvAnswer, sndMessage
appendXml, createRequest, getAdapter, getApplication, getAttribute, getId, getListener, isTerminated, notifyListener, rcvMessage, rcvRequest, removeAttribute, setAdapter, setAttribute, setListener, terminate, toString
public RfSession()
public RfSession(RfApplication app, String id, Object parent)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ClientSession
IOException
public void readExternal(ObjectInput is) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ClientSession
IOException
ClassNotFoundException