The Robot Application Programming Interface Delegate Project
|
The activator class controls the plug-in life cycle.
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. |
RapidPlugin | ( | ) |
static RapidPlugin getDefault | ( | ) | [static] |
void initializePreferenceListeners | ( | ) | [protected] |
void start | ( | BundleContext | context | ) | throws Exception |
void stop | ( | BundleContext | context | ) | throws Exception |
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] |