Serialized Form
Package fipaos.agent.conversation |
Package fipaos.agent.conversation.lightweight |
_agent_id
AgentID _agent_id
- Agent-id of the Agent to whom this belongs
_agent_name
java.lang.String _agent_name
- Agent-name of the Agent to whom this Conversation object belongs
_conv_id
java.lang.String _conv_id
- Conversation ID of this Conversation
_messages
java.util.List _messages
- Contains the list of MessageDetails
_participants
AgentID[] _participants
- Other Agent in the conversations'
_protocol
java.lang.String _protocol
- Name of the protocol this conversation is following
_updated
boolean _updated
- Indicates if this conversation has been updated since the last time it was
examined by the planner scheduler
_wait_before_end_timeout
long _wait_before_end_timeout
- Timeout for WAIT_BEFORE_END
_current_state
int _current_state
- Shows the current state of the object - either ACTIVE or NOT_UNDESTOOD.
Package fipaos.agent.conversation.standard |
_protocol_tree
ConversationImpl.ConversationProtocol _protocol_tree
- Protocol that conversations of this type should follow (tree like
structure for quick access)
_current_node
ConversationImpl.ConversationProtocol _current_node
- Current position in the protocol (null if conversation is empty)
_messages
java.util.List _messages
- Contains the list of MessageDetails
_updated
boolean _updated
- Indicates if this conversation has been updated since the last time it was
examined by the planner scheduler
_agent_id
AgentID _agent_id
- Agent-id of the Agent to whom this belongs
_other_agent_aid
AgentID _other_agent_aid
- Other Agent in the conversations
_initiator
boolean _initiator
- Is the Agent this belongs to acting as initiator (or participant)?
_initiator_known
boolean _initiator_known
- Indicates if the Conversation knows that the _initiator value has
been decided (i.e. if no messages have been put into the Conversation,
then we don't know if the Agent this Conversation is contained within is
the participant or initiator)
_conv_id
java.lang.String _conv_id
- Conversation ID of this Conversation
_protocol
java.lang.String _protocol
- Name of the protocol this conversation is following
_wait_before_end_timeout
long _wait_before_end_timeout
- Timeout for WAIT_BEFORE_END
_performative
java.lang.String _performative
- Performative to be used for this branch
_initiator
boolean _initiator
- Initiator should send performative at this node?
_following_nodes
java.util.List _following_nodes
- Reference to following nodes
_conv_state
int _conv_state
- State of conversation at this node
_wait_for_response
boolean _wait_for_response
- Wait for response, if none is received end the conversation
Package fipaos.agent.conversation.standard.protocol |
Package fipaos.agent.task |
_envelope
Envelope _envelope
_acl
ACL _acl
_content
java.lang.Object _content
Package fipaos.mts.iiop.sun.external |
this$0
SUNIIOPComms this$0
Package fipaos.mts.iiop.sun.external.FIPA |
name
java.lang.String name
addresses
java.lang.String[] addresses
resolvers
AgentID[] resolvers
userDefinedProperties
Property[] userDefinedProperties
year
short year
month
short month
day
short day
hour
short hour
minutes
short minutes
seconds
short seconds
milliseconds
short milliseconds
typeDesignator
char typeDesignator
to
AgentID[] to
from
AgentID[] from
comments
java.lang.String comments
aclRepresentation
java.lang.String aclRepresentation
payloadLength
int payloadLength
payloadEncoding
java.lang.String payloadEncoding
date
DateTime[] date
encrypted
java.lang.String[] encrypted
intendedReceiver
AgentID[] intendedReceiver
received
ReceivedObject[] received
transportBehaviour
Property[][] transportBehaviour
userDefinedProperties
Property[] userDefinedProperties
messageEnvelopes
Envelope[] messageEnvelopes
messageBody
byte[] messageBody
keyword
java.lang.String keyword
value
org.omg.CORBA.Any value
by
java.lang.String by
from
java.lang.String from
date
DateTime date
id
java.lang.String id
via
java.lang.String via
Package fipaos.mts.rmi.internal |
this$0
RMIComms this$0
_parent
RMIComms _parent
this$0
SSLRMIComms this$0
Package fipaos.mts.rmi.internal.ns |
_references
Database _references
- Database to hold Agent references
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read object - just reads fields from OIS and places into relevant fields -
ignores news fields (hence removing forward-compatibility issues)
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write object - just writes the fields of this object into the OOS
(hence removing forward-compatibility issues)
_content_encoding
java.lang.String _content_encoding
- Encoding type for content of this ACL message
_sender
AgentID _sender
- AID of the Agent sending the ACL communication
_receivers
java.util.List _receivers
- AID('s) of the recipients of the message
_reply_to
java.util.List _reply_to
- Reply-to field of the ACL communication
_content
java.lang.Object _content
- Content of this communication - can be any type of object.
_language
java.lang.String _language
- Language of the content (only used if this is deparsed into a String form, or
is already in a String form)
_ontology
java.lang.String _ontology
- Ontology of the content of this ACL communication
_protocol
java.lang.String _protocol
- Protocol used within the current conversation
_conversation_id
java.lang.String _conversation_id
- Conversation-id of the conversation that this communication belongs to
_in_reply_to
java.lang.String _in_reply_to
- In-reply-to field of the ACL communication
_reply_with
java.lang.String _reply_with
- Reply-with field of the ACL communication
_reply_by
UTCContainer _reply_by
- Reply-to field of the ACL communication
_performative
java.lang.String _performative
- Performative associated with this communication
_encoding
int _encoding
- Default encoding mechanism for content, if Stringified
_encoded
boolean _encoded
- Indicates if encoding has taken place
_brackets_stripped
boolean _brackets_stripped
- Indicates if brackets have been stripped from SL content
actor
AgentID actor
- The agent that will execute the action
action
java.lang.Object action
- The object describing the action
action
Action action
- The action that was executed
result
Result result
- The result of the action execution
result
java.lang.Object result
- The result object to be wrapped
Package fipaos.ont.fipa.fipaman |
_name
java.lang.String _name
_addresses
java.util.List _addresses
_resolvers
java.util.List _resolvers
_action
java.lang.String _action
_df_description
DFAgentDescription _df_description
_ams_description
AMSAgentDescription _ams_description
_agent
AgentID _agent
_constraints
SearchConstraints _constraints
_ama
AgentManagementAction _ama
- AgentManagement contained within the content that this parses
_exception
java.lang.String _exception
- Exception contained within the content that this parses
_action
AgentManagementAction _action
_results
java.util.Set _results
_agent_id
AgentID _agent_id
- The identifier of the agent
_state
java.lang.String _state
- The life cycle of the agent
_ownership
java.lang.String _ownership
- The owner of the agent
_name
java.lang.String _name
- The name of the AP
_dynamic
java.lang.Boolean _dynamic
- The support for dynamic registration of the AP(optional)
_mobility
java.lang.Boolean _mobility
- The support for mobility of the AP (optional)
_transport_description
APTDescription _transport_description
- The description MTS capabilities of the AP (optional
_mtpd
java.util.Set _mtpd
- A set of the message transport protocols
_agent_name
AgentID _agent_name
_agent_services
java.util.Set _agent_services
_ontologies
java.util.Set _ontologies
_languages
java.util.Set _languages
_protocols
java.util.Set _protocols
_slots
java.util.Map _slots
- Slots are contained within this Map, key => value(s). The values are
represented as a List containing Strings making up entries of the slot
_sub_envelopes
java.util.List _sub_envelopes
- List of Envelope's composing this envelope
_parent
Envelope _parent
- Envelope that this belongs to
_current_envelope
Envelope _current_envelope
- Current envelope object (to be added to list of sub-envelopes)
_profile
java.lang.String _profile
_mtp_name
java.lang.String _mtp_name
_addresses
java.util.List _addresses
_from
URL _from
_by
URL _by
_id
java.lang.String _id
_via
java.lang.String _via
_time
UTCTime _time
_max_depth
java.lang.Integer _max_depth
- The max. depth of propagation
_max_results
java.lang.Integer _max_results
- The max. no. of results
_service_name
java.lang.String _service_name
_service_type
java.lang.String _service_type
_ownership
java.lang.String _ownership
_ontologies
java.util.Set _ontologies
_properties
java.util.Set _properties
_protocols
java.util.Set _protocols
_properties
java.util.Map _properties
Package fipaos.ont.proprietary.subscription |
_condition
java.lang.String[] _condition
- The condition associated with this subscription
Package fipaos.parser.acl |
Package fipaos.parser.acl.bitefficient |
Package fipaos.parser.acl.string |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package fipaos.parser.aid |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package fipaos.parser.sl0 |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
_ior
java.lang.String _ior
_platform
java.lang.String _platform
_reason
java.lang.String _reason
- The reason that caused the exception
Package fipaos.platform.ams |
Package fipaos.platform.df |
_parent
DirectoryFacilitator _parent
_registered
java.util.List _registered
jPanel1
javax.swing.JPanel jPanel1
jList1
javax.swing.JList jList1
jLabel1
javax.swing.JLabel jLabel1
jTextField1
javax.swing.JTextField jTextField1
_register
javax.swing.JButton _register
_add
javax.swing.JButton _add
jLabel2
javax.swing.JLabel jLabel2
Package fipaos.platform.dfgui.swing |
_tabbed_pane
javax.swing.JTabbedPane _tabbed_pane
_agent_description_pane
javax.swing.JPanel _agent_description_pane
_aid_panel
javax.swing.JPanel _aid_panel
_b_edit_address
javax.swing.JButton _b_edit_address
_b_remove_address
javax.swing.JButton _b_remove_address
_b_add_address
javax.swing.JButton _b_add_address
_tf_aid
javax.swing.JTextField _tf_aid
_l_aid_addresses
javax.swing.JLabel _l_aid_addresses
_l_aid
javax.swing.JLabel _l_aid
_aid_scrollpane
javax.swing.JScrollPane _aid_scrollpane
_address_list
javax.swing.JList _address_list
_protocol_panel
javax.swing.JPanel _protocol_panel
_b_remove_protocol
javax.swing.JButton _b_remove_protocol
_b_add_protocol
javax.swing.JButton _b_add_protocol
_b_edit_protocol
javax.swing.JButton _b_edit_protocol
_protocol_scollpane
javax.swing.JScrollPane _protocol_scollpane
_protocol_list
javax.swing.JList _protocol_list
_ontology_panel
javax.swing.JPanel _ontology_panel
_b_remove_ontology
javax.swing.JButton _b_remove_ontology
_b_edit_ontology
javax.swing.JButton _b_edit_ontology
_b_add_ontology
javax.swing.JButton _b_add_ontology
_ontology_scrollpane
javax.swing.JScrollPane _ontology_scrollpane
_ontology_list
javax.swing.JList _ontology_list
_language_panel
javax.swing.JPanel _language_panel
_b_add_language
javax.swing.JButton _b_add_language
_b_remove_language
javax.swing.JButton _b_remove_language
_b_edit_language
javax.swing.JButton _b_edit_language
_language_scrollpane
javax.swing.JScrollPane _language_scrollpane
_language_list
javax.swing.JList _language_list
_b_OK_agent_description
javax.swing.JButton _b_OK_agent_description
_b_cancel_agent_description
javax.swing.JButton _b_cancel_agent_description
_service_pane
javax.swing.JPanel _service_pane
_service_scrollpane
javax.swing.JScrollPane _service_scrollpane
_service_list
javax.swing.JList _service_list
_b_add_service
javax.swing.JButton _b_add_service
_b_edit_service
javax.swing.JButton _b_edit_service
_b_remove_service
javax.swing.JButton _b_remove_service
_b_OK_service
javax.swing.JButton _b_OK_service
_b_cancel_service
javax.swing.JButton _b_cancel_service
_full_description
javax.swing.JPanel _full_description
_b_OK_string
javax.swing.JButton _b_OK_string
_b_cancel_string
javax.swing.JButton _b_cancel_string
_string_scollpane
javax.swing.JScrollPane _string_scollpane
_string_text
javax.swing.JTextArea _string_text
_l_string
javax.swing.JLabel _l_string
_addresses
java.util.Vector _addresses
_protocols
java.lang.Object[] _protocols
_languages
java.lang.Object[] _languages
_services
java.lang.Object[] _services
_ontologies
java.lang.Object[] _ontologies
_read_only
boolean _read_only
_agents
java.util.List _agents
_dfads
java.util.Map _dfads
_parent
javax.swing.JFrame _parent
_edit
boolean _edit
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jList2
javax.swing.JList jList2
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
_menu_bar
javax.swing.JMenuBar _menu_bar
_menu_file
javax.swing.JMenu _menu_file
_m_add_df
javax.swing.JMenuItem _m_add_df
_m_remove_df
javax.swing.JMenuItem _m_remove_df
_m_separator1
javax.swing.JSeparator _m_separator1
_m_refresh
javax.swing.JMenuItem _m_refresh
_m_separator3
javax.swing.JSeparator _m_separator3
_m_exit
javax.swing.JMenuItem _m_exit
_menu_df_functionality
javax.swing.JMenu _menu_df_functionality
_m_deregister
javax.swing.JMenuItem _m_deregister
_m_modify
javax.swing.JMenuItem _m_modify
_m_separator2
javax.swing.JSeparator _m_separator2
_m_register_df
javax.swing.JMenuItem _m_register_df
_menu_view
javax.swing.JMenu _menu_view
_m_view
javax.swing.JMenuItem _m_view
_agent_popup_menu
javax.swing.JPopupMenu _agent_popup_menu
_pm_deregister
javax.swing.JMenuItem _pm_deregister
_pm_modify
javax.swing.JMenuItem _pm_modify
_pm_separator1
javax.swing.JSeparator _pm_separator1
_pm_view
javax.swing.JMenuItem _pm_view
_pm_separator2
javax.swing.JSeparator _pm_separator2
_pm_remove_df
javax.swing.JMenuItem _pm_remove_df
_pm_register_with_df
javax.swing.JMenuItem _pm_register_with_df
_pm_federated_search
javax.swing.JMenuItem _pm_federated_search
_FIPAOS_popup_menu
javax.swing.JPopupMenu _FIPAOS_popup_menu
_pm_add_df
javax.swing.JMenuItem _pm_add_df
_toolbar
javax.swing.JToolBar _toolbar
_b_deregister
javax.swing.JButton _b_deregister
_b_modify
javax.swing.JButton _b_modify
_b_separator
javax.swing.JSeparator _b_separator
_b_add_df
javax.swing.JButton _b_add_df
_b_remove_df
javax.swing.JButton _b_remove_df
_agent_scrollpane
javax.swing.JScrollPane _agent_scrollpane
_agent_tree
javax.swing.JTree _agent_tree
_status_bar
javax.swing.JLabel _status_bar
_dfs
java.util.Map _dfs
_parent
SwingDFGUIAgent _parent
_tree_model
fipaos.platform.dfgui.swing.DFGUIFrame.DFGUIModel _tree_model
_popup_listener
java.awt.event.MouseListener _popup_listener
_l_df_name
javax.swing.JLabel _l_df_name
_df_name
javax.swing.JTextField _df_name
_l_df_addresses
javax.swing.JLabel _l_df_addresses
_df_addresses
javax.swing.JTextField _df_addresses
_b_load_from_file
javax.swing.JButton _b_load_from_file
_b_register
javax.swing.JButton _b_register
_b_cancel
javax.swing.JButton _b_cancel
_l_describe
javax.swing.JLabel _l_describe
_current_dir
java.io.File _current_dir
_parent
DFGUIFrame _parent
_df
java.lang.String _df
_open
javax.swing.Icon _open
_save
javax.swing.Icon _save
_clearallfields
javax.swing.Icon _clearallfields
_exit
javax.swing.Icon _exit
_acl_enc_group
javax.swing.ButtonGroup _acl_enc_group
_shutdown
boolean _shutdown
_parent
IOTestAgent _parent
_messages
java.util.List _messages
_current_dir
java.io.File _current_dir
_current_acl_encoding
java.lang.String _current_acl_encoding
menuBar
javax.swing.JMenuBar menuBar
fileMenu
javax.swing.JMenu fileMenu
loadMenuItem
javax.swing.JMenuItem loadMenuItem
saveMenuItem
javax.swing.JMenuItem saveMenuItem
jSeparator3
javax.swing.JSeparator jSeparator3
jMenuItem6
javax.swing.JMenuItem jMenuItem6
jMenu2
javax.swing.JMenu jMenu2
jMenuItem1
javax.swing.JMenuItem jMenuItem1
jMenuItem2
javax.swing.JMenuItem jMenuItem2
jSeparator1
javax.swing.JSeparator jSeparator1
jMenuItem3
javax.swing.JMenuItem jMenuItem3
jMenu1
javax.swing.JMenu jMenu1
jMenu3
javax.swing.JMenu jMenu3
jRadioButtonMenuItem1
javax.swing.JRadioButtonMenuItem jRadioButtonMenuItem1
jRadioButtonMenuItem2
javax.swing.JRadioButtonMenuItem jRadioButtonMenuItem2
jRadioButtonMenuItem3
javax.swing.JRadioButtonMenuItem jRadioButtonMenuItem3
jRadioButtonMenuItem4
javax.swing.JRadioButtonMenuItem jRadioButtonMenuItem4
jMenu4
javax.swing.JMenu jMenu4
jCheckBoxMenuItem1
javax.swing.JCheckBoxMenuItem jCheckBoxMenuItem1
jToolBar1
javax.swing.JToolBar jToolBar1
open
javax.swing.JButton open
save
javax.swing.JButton save
clearallfields
javax.swing.JButton clearallfields
exit
javax.swing.JButton exit
ButtonsPane
javax.swing.JPanel ButtonsPane
nextbutton
javax.swing.JButton nextbutton
sendbutton
javax.swing.JButton sendbutton
jTabbedPane1
javax.swing.JTabbedPane jTabbedPane1
MessagesPane
javax.swing.JPanel MessagesPane
messagetype
javax.swing.JLabel messagetype
messagefield
javax.swing.JTextField messagefield
content
javax.swing.JLabel content
replywith
javax.swing.JLabel replywith
replyby
javax.swing.JLabel replyby
replyto
javax.swing.JLabel replyto
replyTo
javax.swing.JLabel replyTo
lang
javax.swing.JLabel lang
ontology
javax.swing.JLabel ontology
protocol
javax.swing.JLabel protocol
conversation
javax.swing.JLabel conversation
replywithfield
javax.swing.JTextField replywithfield
replybyfield
javax.swing.JTextField replybyfield
inreplyto
javax.swing.JTextField inreplyto
replytofield
javax.swing.JTextField replytofield
language
javax.swing.JTextField language
ont
javax.swing.JTextField ont
proto
javax.swing.JTextField proto
convers
javax.swing.JTextField convers
jScrollPane3
javax.swing.JScrollPane jScrollPane3
contentArea
javax.swing.JTextArea contentArea
sender
javax.swing.JLabel sender
receiver
javax.swing.JLabel receiver
senderfield
javax.swing.JTextField senderfield
receiverfield
javax.swing.JTextField receiverfield
AclSystemPane
javax.swing.JPanel AclSystemPane
jScrollPane5
javax.swing.JScrollPane jScrollPane5
systArea
javax.swing.JTextArea systArea
system
javax.swing.JLabel system
jScrollPane1
javax.swing.JScrollPane jScrollPane1
aclArea
javax.swing.JTextArea aclArea
acl
javax.swing.JLabel acl
jPanel1
javax.swing.JPanel jPanel1
_status
javax.swing.JLabel _status
Package fipaos.tool.configurator |
_to_edit
java.lang.Object _to_edit
- The object being edited by this DataBindingEditor
_members
java.util.Vector _members
- Vector of the get methods on the object
_to_edit
_values
java.util.Vector _values
- Vector of the current values of the fields in the object _to_edit
_jtf_editable
java.util.Vector _jtf_editable
- Vector of JTextField objects for editing the data members of _to_edit that have primitive types
_jb_children
java.util.Vector _jb_children
- Vector of JButton objects that will open up DataBindingEditor guis to edit complex children of the _to_edit object being edited
_jb_save
javax.swing.JButton _jb_save
- JButton to save the latest changes to
_to_edit
_jb_cancel
javax.swing.JButton _jb_cancel
- JButton to discard the latest changes to
_to_edit
_platform_profile
PlatformProfile _platform_profile
_acc_profile
ACCProfile _acc_profile
_default_profile
AgentProfile _default_profile
_loader_profile
LoaderProfile _loader_profile
_script_editor
ScriptEditor _script_editor
_tm_profile
TaskManagerProfile _tm_profile
_pane
int _pane
_jp_acc
javax.swing.JPanel _jp_acc
_jta_external_addresses
javax.swing.JTextArea _jta_external_addresses
_jtf_local_address_location
javax.swing.JTextField _jtf_local_address_location
_jb_add_remote_platform
javax.swing.JButton _jb_add_remote_platform
_jb_edit_remote_platform
javax.swing.JButton _jb_edit_remote_platform
_jb_del_remote_platform
javax.swing.JButton _jb_del_remote_platform
_remote_platform_profiles
java.util.Vector _remote_platform_profiles
_jli_remote_profiles
javax.swing.JList _jli_remote_profiles
_jb_acc_add_internal_transport
javax.swing.JButton _jb_acc_add_internal_transport
_jb_acc_edit_internal_transport
javax.swing.JButton _jb_acc_edit_internal_transport
_jb_acc_del_internal_transport
javax.swing.JButton _jb_acc_del_internal_transport
_acc_internal_transport_addresses
java.util.Vector _acc_internal_transport_addresses
_jli_acc_internal_transports
javax.swing.JList _jli_acc_internal_transports
_jb_acc_add_external_transport
javax.swing.JButton _jb_acc_add_external_transport
_jb_acc_edit_external_transport
javax.swing.JButton _jb_acc_edit_external_transport
_jb_acc_del_external_transport
javax.swing.JButton _jb_acc_del_external_transport
_acc_external_transport_addresses
java.util.Vector _acc_external_transport_addresses
_jli_acc_external_transports
javax.swing.JList _jli_acc_external_transports
_jcb_acc_database_type
javax.swing.JComboBox _jcb_acc_database_type
_jtf_acc_database_location
javax.swing.JTextField _jtf_acc_database_location
_jp_platform
javax.swing.JPanel _jp_platform
_jtf_hap_name
javax.swing.JTextField _jtf_hap_name
_jtf_ams_url
javax.swing.JTextField _jtf_ams_url
_jtf_profile_directory
javax.swing.JTextField _jtf_profile_directory
_jp_setup
javax.swing.JPanel _jp_setup
_jp_buttons
javax.swing.JPanel _jp_buttons
_jb_save
javax.swing.JButton _jb_save
_jb_exit
javax.swing.JButton _jb_exit
_jtf_fipa_os_location
javax.swing.JTextField _jtf_fipa_os_location
_jtf_fipa_os_ver
javax.swing.JTextField _jtf_fipa_os_ver
_jtf_jdk_location
javax.swing.JTextField _jtf_jdk_location
_jtf_platform_profile_location
javax.swing.JTextField _jtf_platform_profile_location
_jcb_dbg_lvl_mem
javax.swing.JComboBox _jcb_dbg_lvl_mem
_jcb_dbg_lvl_file
javax.swing.JComboBox _jcb_dbg_lvl_file
_dbg_lvl_mappings
TwoWayMapping _dbg_lvl_mappings
_jcb_jit_option
javax.swing.JComboBox _jcb_jit_option
_jit_mappings
TwoWayMapping _jit_mappings
_jcb_debug_option
javax.swing.JComboBox _jcb_debug_option
_debug_on_mappings
TwoWayMapping _debug_on_mappings
_jcb_loader_gui_option
javax.swing.JComboBox _jcb_loader_gui_option
_loader_gui_mappings
TwoWayMapping _loader_gui_mappings
_jp_default
javax.swing.JPanel _jp_default
_jb_default_add_internal_transport
javax.swing.JButton _jb_default_add_internal_transport
_jb_default_edit_internal_transport
javax.swing.JButton _jb_default_edit_internal_transport
_jb_default_del_internal_transport
javax.swing.JButton _jb_default_del_internal_transport
_default_internal_transport_addresses
java.util.Vector _default_internal_transport_addresses
_jli_default_internal_transports
javax.swing.JList _jli_default_internal_transports
_jb_default_add_protocol_mapping
javax.swing.JButton _jb_default_add_protocol_mapping
_jb_default_edit_protocol_mapping
javax.swing.JButton _jb_default_edit_protocol_mapping
_jb_default_del_protocol_mapping
javax.swing.JButton _jb_default_del_protocol_mapping
_jb_default_manage_thread_pooling
javax.swing.JButton _jb_default_manage_thread_pooling
_default_protocol_mappings
java.util.Vector _default_protocol_mappings
_jli_default_protocol_mappings
javax.swing.JList _jli_default_protocol_mappings
_jcb_default_database_type
javax.swing.JComboBox _jcb_default_database_type
_jtf_default_database_location
javax.swing.JTextField _jtf_default_database_location
_owner
FIPAOSConfigurator _owner
_jp_loader
javax.swing.JPanel _jp_loader
_jb_loader_add_agent_mapping
javax.swing.JButton _jb_loader_add_agent_mapping
_jb_loader_edit_agent_mapping
javax.swing.JButton _jb_loader_edit_agent_mapping
_jb_loader_del_agent_mapping
javax.swing.JButton _jb_loader_del_agent_mapping
_loader_agent_mappings
java.util.Vector _loader_agent_mappings
_jli_loader_agent_mappings
javax.swing.JList _jli_loader_agent_mappings
Package fipaos.tool.loader |
_start
boolean _start
jLabel1
javax.swing.JLabel jLabel1
jComboBox1
javax.swing.JComboBox jComboBox1
jLabel2
javax.swing.JLabel jLabel2
jComboBox2
javax.swing.JComboBox jComboBox2
jPanel1
javax.swing.JPanel jPanel1
_ok
javax.swing.JButton _ok
_cancel
javax.swing.JButton _cancel
_loader
AgentLoader _loader
_started
java.util.List _started
_ready
java.util.List _ready
_previous_agents
java.util.List _previous_agents
_previous_classes
java.util.List _previous_classes
_last_click
long _last_click
_last_sel
java.util.List _last_sel
jMenuBar1
javax.swing.JMenuBar jMenuBar1
jMenu1
javax.swing.JMenu jMenu1
jMenuItem1
javax.swing.JMenuItem jMenuItem1
jMenuItem2
javax.swing.JMenuItem jMenuItem2
jPanel1
javax.swing.JPanel jPanel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
_started_list
javax.swing.JList _started_list
_start_button
javax.swing.JButton _start_button
jPanel2
javax.swing.JPanel jPanel2
jScrollPane2
javax.swing.JScrollPane jScrollPane2
_ready_to_start
javax.swing.JList _ready_to_start
_start_other
javax.swing.JButton _start_other
_shutdown_button
javax.swing.JButton _shutdown_button
Package fipaos.tool.loader.taskmanagermonitor |
_refresh
int _refresh
- Refresh rate for GUI
_known_tms
java.util.List _known_tms
- List of currently known ThreadPools
_shutdown
boolean _shutdown
- Indicates monitor should shutdown
jPanel2
javax.swing.JPanel jPanel2
jSplitPane1
javax.swing.JSplitPane jSplitPane1
jPanel1
javax.swing.JPanel jPanel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
_jlist
javax.swing.JList _jlist
jPanel4
javax.swing.JPanel jPanel4
jLabel3
javax.swing.JLabel jLabel3
_count
javax.swing.JLabel _count
jLabel5
javax.swing.JLabel jLabel5
_timeouts
javax.swing.JLabel _timeouts
jLabel2
javax.swing.JLabel jLabel2
_pending_events
javax.swing.JLabel _pending_events
jScrollPane2
javax.swing.JScrollPane jScrollPane2
jList1
javax.swing.JList jList1
jPanel6
javax.swing.JPanel jPanel6
_rate
javax.swing.JSlider _rate
Package fipaos.tool.loader.threadpoolmonitor |
_refresh
int _refresh
- Refresh rate for GUI
_known_tps
java.util.List _known_tps
- List of currently known ThreadPools
_shutdown
boolean _shutdown
- Indicates monitor should shutdown
_last_active
long _last_active
- Last cumulative values for thread usage
_last_inactive
long _last_inactive
- Last cumulative values for thread usage
jPanel2
javax.swing.JPanel jPanel2
jSplitPane1
javax.swing.JSplitPane jSplitPane1
jPanel1
javax.swing.JPanel jPanel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
_jlist
javax.swing.JList _jlist
jPanel4
javax.swing.JPanel jPanel4
jLabel3
javax.swing.JLabel jLabel3
_count
javax.swing.JLabel _count
jLabel5
javax.swing.JLabel jLabel5
_active
javax.swing.JLabel _active
jLabel2
javax.swing.JLabel jLabel2
_time_active
javax.swing.JLabel _time_active
jLabel6
javax.swing.JLabel jLabel6
_time_inactive
javax.swing.JLabel _time_inactive
jLabel7
javax.swing.JLabel jLabel7
_pending
javax.swing.JLabel _pending
jPanel5
javax.swing.JPanel jPanel5
_utilisation
javax.swing.JProgressBar _utilisation
jPanel6
javax.swing.JPanel jPanel6
_rate
javax.swing.JSlider _rate
Package fipaos.tool.wizard |
_platform_profile
PlatformProfile _platform_profile
_default_profile
AgentProfile _default_profile
_acc_profile
ACCProfile _acc_profile
_loader_profile
LoaderProfile _loader_profile
_startfipaos_script
ScriptEditor _startfipaos_script
_setupfipaos_script
ScriptEditor _setupfipaos_script
_startfipaos_vars
java.util.Map _startfipaos_vars
_setupfipaos_vars
java.util.Map _setupfipaos_vars
_panels
java.util.List _panels
_current_pane
int _current_pane
jPanel1
javax.swing.JPanel jPanel1
_cancel
javax.swing.JButton _cancel
_prev
javax.swing.JButton _prev
_next
javax.swing.JButton _next
_finish
javax.swing.JButton _finish
jSeparator1
javax.swing.JSeparator jSeparator1
jPanel2
javax.swing.JPanel jPanel2
jLabel1
javax.swing.JLabel jLabel1
jSeparator2
javax.swing.JSeparator jSeparator2
jPanel3
javax.swing.JPanel jPanel3
jLabel2
javax.swing.JLabel jLabel2
jScrollPane2
javax.swing.JScrollPane jScrollPane2
jPanel4
javax.swing.JPanel jPanel4
Package fipaos.tool.wizard.panels |
_platform_profile
PlatformProfile _platform_profile
_default_profile
AgentProfile _default_profile
_acc_profile
ACCProfile _acc_profile
_loader_profile
LoaderProfile _loader_profile
_ams
AgentDescription _ams
_df
AgentDescription _df
_parent
FIPAOSWizard _parent
_setupfipaos
java.util.Map _setupfipaos
_startfipaos
java.util.Map _startfipaos
_ap_names
java.util.List _ap_names
_ap_url
java.util.List _ap_url
_tm
fipaos.tool.wizard.panels.ACCConfiguration.RAPTableModel _tm
_modified
boolean _modified
jLabel1
javax.swing.JLabel jLabel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jTable1
javax.swing.JTable jTable1
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
jTextArea3
javax.swing.JTextArea jTextArea3
jLabel4
javax.swing.JLabel jLabel4
jTextArea1
javax.swing.JTextArea jTextArea1
jTextArea2
javax.swing.JTextArea jTextArea2
jTextArea1
javax.swing.JTextArea jTextArea1
jTextArea2
javax.swing.JTextArea jTextArea2
_platform_profile
PlatformProfile _platform_profile
_default_profile
AgentProfile _default_profile
_acc_profile
ACCProfile _acc_profile
_modified
boolean _modified
_pd
PlatformDetails _pd
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jTable1
javax.swing.JTable jTable1
jTextArea1
javax.swing.JTextArea jTextArea1
jSeparator1
javax.swing.JSeparator jSeparator1
_done
javax.swing.JButton _done
_platform_profile
PlatformProfile _platform_profile
_default_profile
AgentProfile _default_profile
_acc_profile
ACCProfile _acc_profile
_loader_profile
LoaderProfile _loader_profile
_ams
AgentDescription _ams
_df
AgentDescription _df
_platform_details
PlatformDetails _platform_details
_parent
FIPAOSWizard _parent
_platform_distribution
PlatformDistribution _platform_distribution
_setupfipaos
java.util.Map _setupfipaos
_startfipaos
java.util.Map _startfipaos
_modified
boolean _modified
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
_hap
javax.swing.JTextField _hap
jTextArea1
javax.swing.JTextArea jTextArea1
jLabel3
javax.swing.JLabel jLabel3
_ns_host
javax.swing.JTextField _ns_host
jTextArea3
javax.swing.JTextArea jTextArea3
_advanced
javax.swing.JButton _advanced
jLabel4
javax.swing.JLabel jLabel4
_bg
javax.swing.ButtonGroup _bg
_platform_profile
PlatformProfile _platform_profile
_default_profile
AgentProfile _default_profile
_acc_profile
ACCProfile _acc_profile
_loader_profile
LoaderProfile _loader_profile
_ams
AgentDescription _ams
_df
AgentDescription _df
_platform_details
PlatformDetails _platform_details
_acc_conf
ACCConfiguration _acc_conf
_parent
FIPAOSWizard _parent
_setupfipaos
java.util.Map _setupfipaos
_startfipaos
java.util.Map _startfipaos
_modified
boolean _modified
jLabel1
javax.swing.JLabel jLabel1
_standalone
javax.swing.JRadioButton _standalone
_dist_platform
javax.swing.JRadioButton _dist_platform
_start_ns
javax.swing.JCheckBox _start_ns
_start_ams_and_df
javax.swing.JCheckBox _start_ams_and_df
jLabel2
javax.swing.JLabel jLabel2
jLabel3
javax.swing.JLabel jLabel3
jTextArea1
javax.swing.JTextArea jTextArea1
jTextArea2
javax.swing.JTextArea jTextArea2
jTextArea3
javax.swing.JTextArea jTextArea3
jTextArea4
javax.swing.JTextArea jTextArea4
_start_acc
javax.swing.JCheckBox _start_acc
jTextArea5
javax.swing.JTextArea jTextArea5
jLabel4
javax.swing.JLabel jLabel4
_dialog_title
java.lang.String _dialog_title
_title
java.lang.String _title
_text
java.lang.String _text
_progress_bar
javax.swing.JProgressBar _progress_bar
_text_label
javax.swing.JLabel _text_label
jLabel3
javax.swing.JLabel jLabel3
_thrown
java.lang.Throwable _thrown
_bits
java.util.BitSet _bits
_names
java.util.List _names
_mx
java.util.Hashtable _mx
_protocol
java.lang.String _protocol
_user
java.lang.String _user
_pass
java.lang.String _pass
_host
java.lang.String _host
_port
int _port
_target
java.lang.String _target
_ior_mailto
boolean _ior_mailto
_date_data
int[] _date_data
- Array to contain the date/time information
_use_seconds
boolean _use_seconds
- Boolean to denote if seconds should be used
_use_millis
boolean _use_millis
- Boolean to denote if milliseconds should be used
_time_zone
java.lang.String _time_zone
- String to denote which timezone this time represents
_use_seconds
boolean _use_seconds
- Boolean to denote if seconds should be used
_use_millis
boolean _use_millis
- Boolean to denote if milliseconds should be used
Package fipaos.util.objecteditor |
_components
java.util.Map _components
_editing
java.lang.Object _editing
_immutable
boolean _immutable
_types
java.lang.Class[] _types
- Types of class that can be added
_list
java.util.List _list
- List to be edited
_edit_list
java.util.List _edit_list
- List being edited
_ok
boolean _ok
- Indicates if OK was pressed
_this
javax.swing.JDialog _this
- Reference to this for inner-classes
jPopupMenu1
javax.swing.JPopupMenu jPopupMenu1
jMenuItem1
javax.swing.JMenuItem jMenuItem1
jMenuItem2
javax.swing.JMenuItem jMenuItem2
jSeparator1
javax.swing.JSeparator jSeparator1
jMenuItem3
javax.swing.JMenuItem jMenuItem3
jMenuItem4
javax.swing.JMenuItem jMenuItem4
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jList1
javax.swing.JList jList1
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
_types
java.lang.Class[] _types
- Types of class that can be added
_type_names
java.lang.String[] _type_names
- Names associated with types that can be added - can be null
_map
java.util.Map _map
- Map to be edited
_edit_map
java.util.Map _edit_map
- Map being edited
_edit_keys
java.util.List _edit_keys
- List of keys in Map
_ok
boolean _ok
- Indicates if OK was pressed
_table_model
fipaos.util.objecteditor.MapEditorDialog.MapTableModel _table_model
- TableModel for Map this is editing
_this
javax.swing.JDialog _this
- Reference to this for inner-classes
jPopupMenu1
javax.swing.JPopupMenu jPopupMenu1
jMenuItem1
javax.swing.JMenuItem jMenuItem1
jMenuItem2
javax.swing.JMenuItem jMenuItem2
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jTable1
javax.swing.JTable jTable1
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
_component
ObjectEditorComponent _component
_name
java.lang.String _name
_result
java.lang.Object _result
jPanel1
javax.swing.JPanel jPanel1
jSeparator1
javax.swing.JSeparator jSeparator1
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
_types
java.lang.Class[] _types
- Types of class that can be added
_set
java.util.Set _set
- Set to be edited
_edit_set
java.util.Set _edit_set
- Set being edited
_ok
boolean _ok
- Indicates if OK was pressed
_this
javax.swing.JDialog _this
- Reference to this for inner-classes
jPopupMenu1
javax.swing.JPopupMenu jPopupMenu1
jMenuItem1
javax.swing.JMenuItem jMenuItem1
jMenuItem2
javax.swing.JMenuItem jMenuItem2
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jList1
javax.swing.JList jList1
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
Package fipaos.util.objecteditor.primitive |
_value
boolean _value
- Current value of the boolean property
_null
boolean _null
- Indicates if the property is actually null
_true
javax.swing.JRadioButton _true
_false
javax.swing.JRadioButton _false
_value
java.lang.String _value
- Value currently within the UI
jTextField1
javax.swing.JTextField jTextField1
jButton1
javax.swing.JButton jButton1
_property
DynamicClass.Property _property
_value
java.lang.Object _value
_value
java.lang.Object _value
- Currently selected value
_values
java.util.List _values
- Possible selections
_texts
java.util.List _texts
- Text for possible selections
jComboBox1
javax.swing.JComboBox jComboBox1
_property
DynamicClass.Property _property
_value
java.util.List _value
_property
DynamicClass.Property _property
_value
java.util.Map _value
_value
java.lang.String _value
jTextField1
javax.swing.JTextField jTextField1
_property
DynamicClass.Property _property
_value
java.util.Set _value
_value
java.lang.String _value
_changed
boolean _changed
jTextField1
javax.swing.JTextField jTextField1
Package fipaos.util.proxy |