Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package alice.tuplemedium.runtime

Class Summary
CommunicationEventMsg msg containing a service request (in,out,rd,..) from the user to a tuple centre
Daemon Daemon class implement the basic behaviour of an TCP/IP infrastructure which listens for new tuple media clients, creates new tuple media, creates client request acceptors.
GetSnapshotMsg  
Inspector this is the basic class for developing tuple media TCP/IP inspector.
InspectorConnectionInfo information about an established connection with the remote tuple centre virtual machine
InspectorListener this is inspector active acceptor class receiving communication events from user proxy and dispatching them to the referenced tuple centre virtual machine.
InspectorMsg message from inspector connector (proxy) to inspector acceptor
InspectorProtocol this class defines the observation protocol of inspectors
NewInspectorMsg message sent by an inspector to a daemon in order to become an (inspector) user of a tuple centre
NewUserMsg message sent by a user to a daemon in order to become user of a tuple centre
NextStepMsg inspector message to ask a new execution step for a traced tuple centre vm
NodeMsg base class for message requesting a service from a user or inspector to a tuple centre node
PingMsg message sent to check the presence of a tuple medium node
ResetMsg inspector message to reset the observed tuple centre vm
SetEventSetMsg inspector message to set a new event Wn set in the observed tuple centre
SetProtocolMsg inspector message to set a new observation protocol
SetTupleSetMsg inspector message to set a new tuple set in the observed tuple centre
ShutdownMsg message indicating that a user has shutdown
User this is the basic class for developing tuple media TCP/IP user.
UserConnectionInfo information about an established connection with a remote tuple centre virtual machine
UserListener this is user active acceptor class receiving communication events from user proxy and dispatching them to the referenced tuple centre virtual machine.
 

Exception Summary
NoDaemonException Exception thrown when trying to interact with a node (host) where the daemon is not installed
PortNotAvailableException Exception thrown when trying to install a daemon on a TCP/IP port already bound
UnknownMediumException Exception thrown when trying to install a daemon with coordination medium of unknown class