Package scorej.external.jini

This package contains an implementation of the CommProtocol that is based on the Jini protocol.

See:
          Description

Interface Summary
MessageQueueInterface MessageQueueInterface is the remote interface of a Jini node.
RemoteNodeListener Jini Nodes that wish to get notified whenever a Jini Node joins or leaves the Jini society or gets updated while in the society, should implement this interface.
 

Class Summary
BaseJiniCap BaseJiniCap.
BaseJiniOmarEventCap Base class that implements the old D-OMAR Event model for backward compatibility.
JiniAgentEntry This class is the Jini specific extension of the AgentID class and is used to represent a ScoreJ Agent in a Jini node.
JiniApplicationEntry This class is the Jini extension of the ApplicationID object used to represent a ScoreJ Application.
JiniHelper Jini implementation of the CommProtocol.
JiniNetwork JiniNetwork provides methods that will start up a Jini Lookup Service on the local machine.
JiniNode Jini implementation of the Node class.
JiniScoreEntry This class is the Jini specific extension of the ScoreID class and is used to represent a ScoreJ Jini node.
MessageQueueImpl Implementation of the MessageQueueInterface.
MessageQueueImpl_Skel  
MessageQueueImpl_Stub  
 

Package scorej.external.jini Description

This package contains an implementation of the CommProtocol that is based on the Jini protocol. JiniHelper is the Jini based implementation of the CommProtocol abstract class while JiniNode, which represents a Jini Node is the Jini based implementation of the Node interface. ScoreJ nodes communicating with each other using the JiniHelper protocol form a Jini society. This package also contains Jini implementations of Application CAPs in the form of the BaseJiniCap and BaseJiniOmarEventCap classes. Users wishing to write a Jini based ScoreJ application node should extend their ScoreJ application node class from one of these CAP classes.

Related Documentation

Sun's Jini website