Serialized Form
-
Package host.anzo.simon
-
Class host.anzo.simon.SimonRemoteInstance
class SimonRemoteInstance extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
a unique identifier for the corresponding remote object -
interfaceNames
List<String> interfaceNames
Name of the interface that is used to implement the remote object -
remoteObjectName
String remoteObjectName
the remote object name of the simon proxy to which the SimonRemote belongs -
sessionId
long sessionId
-
-
Class host.anzo.simon.SimonRemoteRef
class SimonRemoteRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
ID identifying the remote object
-
-
Class host.anzo.simon.SimonVoid
class SimonVoid extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package host.anzo.simon.codec.messages
-
Class host.anzo.simon.codec.messages.AbstractMessage
class AbstractMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMsg
String errorMsg
-
msgType
byte msgType
-
sequence
int sequence
-
-
Class host.anzo.simon.codec.messages.MsgCloseRawChannel
class MsgCloseRawChannel extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
channelToken
int channelToken
-
-
Class host.anzo.simon.codec.messages.MsgCloseRawChannelReturn
class MsgCloseRawChannelReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnValue
boolean returnValue
-
-
Class host.anzo.simon.codec.messages.MsgEquals
class MsgEquals extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgEqualsReturn
class MsgEqualsReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
equalsResult
boolean equalsResult
-
-
Class host.anzo.simon.codec.messages.MsgError
class MsgError extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgHashCode
class MsgHashCode extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
remoteObjectName
String remoteObjectName
-
-
Class host.anzo.simon.codec.messages.MsgHashCodeReturn
class MsgHashCodeReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnValue
int returnValue
-
-
Class host.anzo.simon.codec.messages.MsgInterfaceLookup
class MsgInterfaceLookup extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalInterfaceName
String canonicalInterfaceName
-
-
Class host.anzo.simon.codec.messages.MsgInterfaceLookupReturn
class MsgInterfaceLookupReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgInvoke
class MsgInvoke extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgInvokeReturn
class MsgInvokeReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnValue
Object returnValue
-
-
Class host.anzo.simon.codec.messages.MsgNameLookup
class MsgNameLookup extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
remoteObjectName
String remoteObjectName
-
-
Class host.anzo.simon.codec.messages.MsgNameLookupReturn
class MsgNameLookupReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgOpenRawChannel
class MsgOpenRawChannel extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
channelToken
int channelToken
-
-
Class host.anzo.simon.codec.messages.MsgOpenRawChannelReturn
class MsgOpenRawChannelReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnValue
boolean returnValue
-
-
Class host.anzo.simon.codec.messages.MsgPing
class MsgPing extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgPong
class MsgPong extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgRawChannelData
class MsgRawChannelData extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
channelToken
int channelToken
-
data
ByteBuffer data
-
-
Class host.anzo.simon.codec.messages.MsgRawChannelDataReturn
class MsgRawChannelDataReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Class host.anzo.simon.codec.messages.MsgReleaseRef
class MsgReleaseRef extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
refId
String refId
the ID of the reference to release.
-
-
Class host.anzo.simon.codec.messages.MsgToString
class MsgToString extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
remoteObjectName
String remoteObjectName
-
-
Class host.anzo.simon.codec.messages.MsgToStringReturn
class MsgToStringReturn extends AbstractMessage implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
returnValue
String returnValue
-
-
-
Package host.anzo.simon.exceptions
-
Exception host.anzo.simon.exceptions.EstablishConnectionFailed
class EstablishConnectionFailed extends Exception implements Serializable- serialVersionUID:
- 5427579794488190977L
-
Exception host.anzo.simon.exceptions.IllegalRemoteObjectException
class IllegalRemoteObjectException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Exception host.anzo.simon.exceptions.InvalidPacketTypeException
class InvalidPacketTypeException extends SimonRemoteException implements Serializable- serialVersionUID:
- 1L
-
Exception host.anzo.simon.exceptions.InvokeTimeoutException
class InvokeTimeoutException extends SimonRemoteException implements Serializable -
Exception host.anzo.simon.exceptions.LookupFailedException
class LookupFailedException extends Exception implements Serializable- serialVersionUID:
- 7398497830126023495L
-
Exception host.anzo.simon.exceptions.NameBindingException
class NameBindingException extends Exception implements Serializable- serialVersionUID:
- 2999458111410425350L
-
Exception host.anzo.simon.exceptions.RawChannelException
class RawChannelException extends Exception implements Serializable -
Exception host.anzo.simon.exceptions.SessionException
class SessionException extends SimonRemoteException implements Serializable- serialVersionUID:
- 2999458111410425350L
-
Exception host.anzo.simon.exceptions.SimonException
class SimonException extends SimonRemoteException implements Serializable- serialVersionUID:
- 1L
-
Exception host.anzo.simon.exceptions.SimonRemoteException
class SimonRemoteException extends RuntimeException implements Serializable- serialVersionUID:
- -4586636119330576150L
-