Serialized Form
_parent
psl.worklets.WorkletJunction _parent
- Reference to the
WorkletJunction associated with the JunctionPlanner
_state
int _state
- Current state of the
WorkletJunction
_iterations
int _iterations
- Number of times to execute (default = 1)
_interval
long _interval
- Time to wait between iterations (in milliseconds, default = 0). Set to -1 to wait indefinetly
_date
java.util.Date _date
Date to execute at.
_timer
java.util.Timer _timer
Timer associated with keeping track of the delay between iterations.
_timerTask
java.util.TimerTask _timerTask
TimerTask associated with the Timer
_timerTask_done
boolean _timerTask_done
- Checks whether the
TimerTask has been canceled.
|
Class psl.worklets.RTU_RegistrarImpl implements Serializable |
_name
java.lang.String _name
- RMI name of the associated RMI server
_host
java.lang.String _host
- Hostname of the system with the associated RMI server
_port
int _port
- Port that the RMI server handle is on, usually the port of the
WVM_Registry
_registrationKey
java.lang.String _registrationKey
- Unique registration key to be associated with the RMI server
_WVM_URL
java.lang.String _WVM_URL
- Unique WVM_URL of the RMI server
_rtu
WVM_RMI_Transporter.RTU _rtu
- RTU that this registrar will handle
_lHost
java.lang.String _lHost
- local hostname
_lName
java.lang.String _lName
- local name of the RMI service
_lPort
int _lPort
- local port of the RMI service
_atOrigin
boolean _atOrigin
- true if the Worklet is at its the origin point
_originJunction
psl.worklets.WorkletJunction _originJunction
- reference to the
WorkletJunction at the origin point
_currentJunction
psl.worklets.WorkletJunction _currentJunction
- reference to the current
WorkletJunction
_hashCode
java.lang.String _hashCode
- _hashCode used by ClassLoader to index within WVM's _activeWorklets
_payload
java.util.Hashtable _payload
- Collected "data" of WorkletJunction
_route
java.util.Vector _route
- route that the Worket is to take
_junctions
java.util.Vector _junctions
WorkletJunctions of the Worklet
_wjClasses
java.util.Vector _wjClasses
- set of classes associated with the
WorkletJunctions of the Worklet
_defaultSecurity
boolean _defaultSecurity
- default to transporter security
_isSecure
boolean _isSecure
- default security
_label
java.lang.String _label
- identifier for the WorkletID
_parent
java.lang.Object _parent
- owner of the WorkletID, or object that the WorketID refers to
_host
java.lang.String _host
- hostname of target system
_rmiport
int _rmiport
- RMI port of target system
_name
java.lang.String _name
- RMI bound name of target system
_port
int _port
- Socket port number of target system
_junctionPlanner
psl.worklets.JunctionPlanner _junctionPlanner
- associated meta-information
_id
psl.worklets.WorkletID _id
- associated identification
_dropOff
boolean _dropOff
- tells the
Worklet whether it needs to wait for the WorkletJunction to execute
_defaultSecurity
boolean _defaultSecurity
- default to "parent" security for Worklet transport methods
_isSecure
boolean _isSecure
- security of WorkletJunction
_transportMethods
java.lang.String[] _transportMethods
- the transport methods the WorkletJunction tries
_originClassServer
java.net.URL _originClassServer
URL of the class server at the origin. MUST BE SET @ CREATION TIME!
_worklet
psl.worklets.Worklet _worklet
- The parent
Worklet that this junction is associated with
_originJunction
psl.worklets.WorkletJunction _originJunction
- reference to the WorkletJunction holding the addressing info of the origin
_payload
java.util.Hashtable _payload
- Collected "data" of WorkletJunction
_priority
int _priority
- current priority of the WorkletJunction
_state
int _state
- left here for backwards compatibility with WJackCondition
|
Class psl.worklets.WVM_ClassLoader.URLSet implements Serializable |
|
Class psl.worklets.WVM_Registry implements Serializable |
_regKeys
java.util.Map _regKeys
- Collection of WVM_URL/registrationKey values
_names
java.util.Map _names
- Collection of name/WVM_URL values
|
Class psl.worklets.WVM_RMI_Transporter.RTU implements Serializable |
_keysFile
java.lang.String _keysFile
- file holding the public/private keys
_password
java.lang.String _password
- password into the keysfile
_ctxInstance
java.lang.String _ctxInstance
- String instance of
SSLContext (default: TLS)
_kmfInstance
java.lang.String _kmfInstance
- String instance of
KeyManagerFactory (default: SunX509)
_ksInstance
java.lang.String _ksInstance
- String instance of
KeyStore (default: JKS)
_rng
java.lang.String _rng
- algorithm used in the random number generator