The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidPlugin Class Reference

The activator class controls the plug-in life cycle.

Inheritance diagram for RapidPlugin:
Collaboration diagram for RapidPlugin:

List of all members.

Public Member Functions

 RapidPlugin ()
void start (BundleContext context) throws Exception
void stop (BundleContext context) throws Exception

Static Public Member Functions

static RapidPlugin getDefault ()
 Returns the shared instance.

Static Public Attributes

static final String PLUGIN_ID = "gov.nasa.rapid"
static final String P_AGENTNAME = "rapid.agentname"
static final String P_DEFAULT_AGENT_FOR_COMMUNICATION = "rapid.agent.communication.default"
static final String P_NAMESERVICEIOR = "rapid.NameServiceIOR"
static final String P_ROBOTREFERENCEPORT = "rapid.RobotReferencePort"
static final String P_ROBOTREFERENCEIP = "rapid.RobotReferenceIP"
static final String P_ORBENDPOINT = "rapid.OrbEndPoint"
static final String P_DDS_MESSAGE_ALGORITHM = "rapid.message.handling.algorithm"

Protected Member Functions

void initializePreferenceListeners ()
 Initialize PropertyChangeListeners for values we want to update during runtime.

Constructor & Destructor Documentation


Member Function Documentation

static RapidPlugin getDefault ( ) [static]
Returns:
the shared instance
void initializePreferenceListeners ( ) [protected]
void start ( BundleContext  context) throws Exception

Here is the call graph for this function:

void stop ( BundleContext  context) throws Exception

Here is the call graph for this function:


Member Data Documentation

final String P_AGENTNAME = "rapid.agentname" [static]
final String P_DDS_MESSAGE_ALGORITHM = "rapid.message.handling.algorithm" [static]
final String P_DEFAULT_AGENT_FOR_COMMUNICATION = "rapid.agent.communication.default" [static]
final String P_NAMESERVICEIOR = "rapid.NameServiceIOR" [static]
final String P_ORBENDPOINT = "rapid.OrbEndPoint" [static]
final String P_ROBOTREFERENCEIP = "rapid.RobotReferenceIP" [static]
final String P_ROBOTREFERENCEPORT = "rapid.RobotReferencePort" [static]
final String PLUGIN_ID = "gov.nasa.rapid" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines