Serialized Form
Package org.objectweb.joram.client.connector |
destinationType
java.lang.String destinationType
- The type of the destination to get messages from.
destination
java.lang.String destination
- The name of the destination to get messages from.
userName
java.lang.String userName
- User identification.
password
java.lang.String password
- User password.
messageSelector
java.lang.String messageSelector
- Message selector.
subscriptionDurability
java.lang.String subscriptionDurability
- Subscription durability.
subscriptionName
java.lang.String subscriptionName
- Durable subscription name, if any.
acknowledgeMode
java.lang.String acknowledgeMode
- Acknowledgement mode.
maxNumberOfWorks
java.lang.String maxNumberOfWorks
- Maximum number of work instances to be submitted (0 for infinite).
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializing method.
started
boolean started
true
if the adapter has been started.
stopped
boolean stopped
true
if the adapter has been stopped.
collocated
boolean collocated
true
if the underlying JORAM server is collocated.
hostName
java.lang.String hostName
- Host name or IP of the underlying JORAM server.
serverPort
int serverPort
- Port number of the underlying JORAM server.
serverId
short serverId
- Identifier of the JORAM server to start.
platformServersIds
java.util.List platformServersIds
- Platform servers identifiers.
platformConfigDir
java.lang.String platformConfigDir
- Path to the directory containing JORAM's configuration files
(
a3servers.xml
, a3debug.cfg
and admin file), needed when starting the collocated JORAM server.
persistentPlatform
boolean persistentPlatform
true
if the JORAM server to start is persistent.
adminFile
java.lang.String adminFile
- Path to the file containing a description of the administered objects to
create and bind.
serverName
java.lang.String serverName
- Name of the JORAM server to start.
connectingTimer
int connectingTimer
- Duration in seconds during which connecting is attempted (connecting
might take time if the server is temporarily not reachable); the 0 value
is set for connecting only once and aborting if connecting failed.
txPendingTimer
int txPendingTimer
- Duration in seconds during which a JMS transacted (non XA) session might
be pending; above that duration the session is rolled back and closed;
the 0 value means "no timer".
cnxPendingTimer
int cnxPendingTimer
- Period in milliseconds between two ping requests sent by the client
connection to the server; if the server does not receive any ping
request during more than 2 * cnxPendingTimer, the connection is
considered as dead and processed as required.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializing method.
collocated
boolean collocated
true
for collocated outbound connectivity.
hostName
java.lang.String hostName
- Underlying JORAM server host name.
serverPort
int serverPort
- Underlying JORAM server port number.
userName
java.lang.String userName
- Default user identification.
password
java.lang.String password
- Default user password.
connectingTimer
int connectingTimer
- Duration in seconds during which connecting is attempted (connecting
might take time if the server is temporarily not reachable); the 0 value
is set for connecting only once and aborting if connecting failed.
txPendingTimer
int txPendingTimer
- Duration in seconds during which a JMS transacted (non XA) session might
be pending; above that duration the session is rolled back and closed;
the 0 value means "no timer".
cnxPendingTimer
int cnxPendingTimer
- Period in milliseconds between two ping requests sent by the client
connection to the server; if the server does not receive any ping
request during more than 2 * cnxPendingTimer, the connection is
considered as dead and processed as required.
mcf
ManagedConnectionFactoryImpl mcf
- Central manager for outbound connectivity.
cxManager
javax.resource.spi.ConnectionManager cxManager
- Manager for connection pooling.
reference
javax.naming.Reference reference
- Naming reference of this instance.
Package org.objectweb.joram.client.jms |
params
FactoryParameters params
- Object containing the factory's parameters.
reliableClass
java.lang.String reliableClass
- Reliable class name, for exemple use by ssl.
agentId
java.lang.String agentId
- Identifier of the agent destination.
adminName
java.lang.String adminName
- Name given by the administrator.
type
java.lang.String type
host
java.lang.String host
- Name of host hosting the server to create connections with.
port
int port
- Port to be used for accessing the server.
connectingTimer
int connectingTimer
- Duration in seconds during which connecting is attempted (connecting
might take time if the server is temporarily not reachable); the 0 value
is set for connecting only once and aborting if connecting failed.
txPendingTimer
int txPendingTimer
- Duration in seconds during which a JMS transacted (non XA) session might
be pending; above that duration the session is rolled back and closed;
the 0 value means "no timer".
cnxPendingTimer
int cnxPendingTimer
- Period in milliseconds between two ping requests sent by the client
connection to the server; if the server does not receive any ping
request during more than 2 * cnxPendingTimer, the connection is
considered as dead and processed as required.
cnx
Connection cnx
- The connection the queue belongs to,
null
if not known.
cnx
Connection cnx
- The connection the topic belongs to,
null
if not known.
params
FactoryParameters params
- Factory's parameters object.
reliableClass
java.lang.String reliableClass
- Reliable class name, for exemple use by ssl.
Package org.objectweb.joram.client.jms.admin |
cluster
java.util.Hashtable cluster
name
java.lang.String name
- The name of the user.
proxyId
java.lang.String proxyId
- Identifier of the user's proxy agent.
Package org.objectweb.joram.client.jms.connection |
Package org.objectweb.joram.client.jms.ha.local |
Package org.objectweb.joram.client.jms.ha.tcp |
url
java.lang.String url
url
java.lang.String url
url
java.lang.String url
url
java.lang.String url
url
java.lang.String url
url
java.lang.String url
Package org.objectweb.joram.client.jms.local |
Package org.objectweb.joram.client.jms.soap |
Package org.objectweb.joram.client.jms.tcp |
Package org.objectweb.joram.client.tools.admin |
userList
javax.swing.JList userList
userListModel
javax.swing.DefaultListModel userListModel
accessList
javax.swing.JList accessList
accessListModel
javax.swing.DefaultListModel accessListModel
addButton
javax.swing.JButton addButton
removeButton
javax.swing.JButton removeButton
authorized
java.util.List authorized
unauthorized
java.util.List unauthorized
msgLabel
javax.swing.JLabel msgLabel
abortButton
javax.swing.JButton abortButton
ctrl
AdminController ctrl
c
AdminController c
configTree
javax.swing.JTree configTree
jndiTree
javax.swing.JTree jndiTree
tabbedPane
javax.swing.JTabbedPane tabbedPane
msgPane
javax.swing.JEditorPane msgPane
serverPanel
ServerPanel serverPanel
userPanel
UserPanel userPanel
destPanel
DestinationPanel destPanel
subscriptionPanel
SubscriptionPanel subscriptionPanel
messagePanel
MessagePanel messagePanel
editPanel
javax.swing.JPanel editPanel
splitter
javax.swing.JSplitPane splitter
connStatus
javax.swing.JLabel connStatus
exitAction
javax.swing.Action exitAction
adminConnectAction
javax.swing.Action adminConnectAction
adminDisconnectAction
javax.swing.Action adminDisconnectAction
adminRefreshAction
javax.swing.Action adminRefreshAction
jndiConnectAction
javax.swing.Action jndiConnectAction
jndiDisconnectAction
javax.swing.Action jndiDisconnectAction
jndiRefreshAction
javax.swing.Action jndiRefreshAction
jndiCreateFactoryAction
javax.swing.Action jndiCreateFactoryAction
parent
java.awt.Frame parent
adminHost
java.lang.String adminHost
adminPort
int adminPort
adminUser
java.lang.String adminUser
adminPasswd
java.lang.String adminPasswd
hostField
javax.swing.JTextField hostField
portField
javax.swing.JFormattedTextField portField
userField
javax.swing.JTextField userField
passwdField
javax.swing.JPasswordField passwdField
actionCancelled
boolean actionCancelled
parent
java.awt.Frame parent
jndiHost
java.lang.String jndiHost
jndiPort
int jndiPort
namedCtx
java.lang.String namedCtx
hostField
javax.swing.JTextField hostField
portField
javax.swing.JFormattedTextField portField
ctxField
javax.swing.JTextField ctxField
actionCancelled
boolean actionCancelled
parent
java.awt.Frame parent
actionCancelled
boolean actionCancelled
destName
java.lang.String destName
destType
java.lang.String destType
destNameField
javax.swing.JTextField destNameField
typeGroup
javax.swing.ButtonGroup typeGroup
defaultType
javax.swing.JRadioButton defaultType
parent
java.awt.Frame parent
name
java.lang.String name
port
int port
nameField
javax.swing.JTextField nameField
portField
javax.swing.JTextField portField
submitButton
javax.swing.JButton submitButton
actionCancelled
boolean actionCancelled
parent
java.awt.Frame parent
actionCancelled
boolean actionCancelled
host
java.lang.String host
port
int port
factoryName
java.lang.String factoryName
factoryType
java.lang.String factoryType
hostField
javax.swing.JTextField hostField
portField
javax.swing.JFormattedTextField portField
factoryNameField
javax.swing.JTextField factoryNameField
typeGroup
javax.swing.ButtonGroup typeGroup
defaultType
javax.swing.JRadioButton defaultType
parent
java.awt.Frame parent
name
java.lang.String name
hostName
java.lang.String hostName
serverId
short serverId
port
int port
nameField
javax.swing.JTextField nameField
hostNameField
javax.swing.JTextField hostNameField
serverIdField
javax.swing.JTextField serverIdField
portField
javax.swing.JTextField portField
submitButton
javax.swing.JButton submitButton
actionCancelled
boolean actionCancelled
parent
java.awt.Frame parent
name
java.lang.String name
passwd
java.lang.String passwd
passwd2
java.lang.String passwd2
nameField
javax.swing.JTextField nameField
passwdField
javax.swing.JPasswordField passwdField
passwd2Field
javax.swing.JPasswordField passwd2Field
submitButton
javax.swing.JButton submitButton
actionCancelled
boolean actionCancelled
c
AdminController c
dest
Destination dest
idLabel
javax.swing.JLabel idLabel
nameLabel
javax.swing.JLabel nameLabel
typeLabel
javax.swing.JLabel typeLabel
pendingMsgsLabel
javax.swing.JLabel pendingMsgsLabel
pendingReqsLabel
javax.swing.JLabel pendingReqsLabel
thresholdField
javax.swing.JTextField thresholdField
dmqCombo
javax.swing.JComboBox dmqCombo
freeRead
javax.swing.JCheckBox freeRead
freeWrite
javax.swing.JCheckBox freeWrite
readingACL
ACLPanel readingACL
writingACL
ACLPanel writingACL
nonZeroThreshold
boolean nonZeroThreshold
dmqSelected
boolean dmqSelected
msgDisplay
javax.swing.JTextArea msgDisplay
c
AdminController c
id
int id
idLabel
javax.swing.JLabel idLabel
thresholdField
javax.swing.JTextField thresholdField
dmqCombo
javax.swing.JComboBox dmqCombo
controller
AdminController controller
msgListModel
javax.swing.DefaultListModel msgListModel
serverId
int serverId
user
User user
sub
Subscription sub
idLabel
javax.swing.JLabel idLabel
countLabel
javax.swing.JLabel countLabel
msgList
javax.swing.JList msgList
msgDisplay
javax.swing.JTextArea msgDisplay
c
AdminController c
user
User user
idLabel
javax.swing.JLabel idLabel
thresholdField
javax.swing.JTextField thresholdField
dmqCombo
javax.swing.JComboBox dmqCombo
Copyright ? 2005 Scalagent - All rights reserved