Joram ${version}

Serialized Form


Package org.objectweb.joram.client.connector

Class org.objectweb.joram.client.connector.ActivationSpecImpl extends java.lang.Object implements Serializable

Serialized Fields

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).

Class org.objectweb.joram.client.connector.DefaultConnectionManager extends java.lang.Object implements Serializable

Class org.objectweb.joram.client.connector.JoramAdapter extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializing method.

Serialized Fields

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.

Class org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializing method.

Serialized Fields

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.

Class org.objectweb.joram.client.connector.ManagedQueueConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements Serializable

Class org.objectweb.joram.client.connector.ManagedTopicConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements Serializable

Class org.objectweb.joram.client.connector.OutboundConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.objectweb.joram.client.connector.OutboundQueueConnectionFactory extends OutboundConnectionFactory implements Serializable

Class org.objectweb.joram.client.connector.OutboundTopicConnectionFactory extends OutboundConnectionFactory implements Serializable


Package org.objectweb.joram.client.jms

Class org.objectweb.joram.client.jms.ConnectionFactory extends AdministeredObject implements Serializable

Serialized Fields

params

FactoryParameters params
Object containing the factory's parameters.


reliableClass

java.lang.String reliableClass
Reliable class name, for exemple use by ssl.

Class org.objectweb.joram.client.jms.Destination extends AdministeredObject implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.jms.FactoryParameters extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.objectweb.joram.client.jms.Queue extends Destination implements Serializable

Class org.objectweb.joram.client.jms.QueueConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.TemporaryQueue extends Queue implements Serializable

Serialized Fields

cnx

Connection cnx
The connection the queue belongs to, null if not known.

Class org.objectweb.joram.client.jms.TemporaryTopic extends Topic implements Serializable

Serialized Fields

cnx

Connection cnx
The connection the topic belongs to, null if not known.

Class org.objectweb.joram.client.jms.Topic extends Destination implements Serializable

Class org.objectweb.joram.client.jms.TopicConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.XAConnectionFactory extends AdministeredObject implements Serializable

Serialized Fields

params

FactoryParameters params
Factory's parameters object.


reliableClass

java.lang.String reliableClass
Reliable class name, for exemple use by ssl.

Class org.objectweb.joram.client.jms.XAQueueConnectionFactory extends XAConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.XATopicConnectionFactory extends XAConnectionFactory implements Serializable


Package org.objectweb.joram.client.jms.admin

Class org.objectweb.joram.client.jms.admin.AdminException extends java.lang.Exception implements Serializable

Class org.objectweb.joram.client.jms.admin.AdministeredObject extends java.lang.Object implements Serializable

Class org.objectweb.joram.client.jms.admin.ClusterDestination extends Destination implements Serializable

Serialized Fields

cluster

java.util.Hashtable cluster

Class org.objectweb.joram.client.jms.admin.ClusterQueue extends ClusterDestination implements Serializable

Class org.objectweb.joram.client.jms.admin.DeadMQueue extends Queue implements Serializable

Class org.objectweb.joram.client.jms.admin.NameAlreadyUsedException extends AdminException implements Serializable

Class org.objectweb.joram.client.jms.admin.ServerIdAlreadyUsedException extends AdminException implements Serializable

Class org.objectweb.joram.client.jms.admin.StartFailureException extends AdminException implements Serializable

Class org.objectweb.joram.client.jms.admin.UnknownServerException extends AdminException implements Serializable

Class org.objectweb.joram.client.jms.admin.User extends AdministeredObject implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.jms.connection.AbortedRequestException extends java.lang.Exception implements Serializable


Package org.objectweb.joram.client.jms.ha.local

Class org.objectweb.joram.client.jms.ha.local.HALocalConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.ha.local.QueueHALocalConnectionFactory extends QueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.ha.local.TopicHALocalConnectionFactory extends TopicConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.ha.local.XAHALocalConnectionFactory extends XAConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory extends XAQueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.ha.local.XATopicHALocalConnectionFactory extends XATopicConnectionFactory implements Serializable


Package org.objectweb.joram.client.jms.ha.tcp

Class org.objectweb.joram.client.jms.ha.tcp.HATcpConnectionFactory extends ConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url

Class org.objectweb.joram.client.jms.ha.tcp.QueueHATcpConnectionFactory extends QueueConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url

Class org.objectweb.joram.client.jms.ha.tcp.TopicHATcpConnectionFactory extends TopicConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url

Class org.objectweb.joram.client.jms.ha.tcp.XAHATcpConnectionFactory extends XAConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url

Class org.objectweb.joram.client.jms.ha.tcp.XAQueueHATcpConnectionFactory extends XAQueueConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url

Class org.objectweb.joram.client.jms.ha.tcp.XATopicHATcpConnectionFactory extends XATopicConnectionFactory implements Serializable

Serialized Fields

url

java.lang.String url


Package org.objectweb.joram.client.jms.local

Class org.objectweb.joram.client.jms.local.LocalConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory extends QueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory extends TopicConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.local.XALocalConnectionFactory extends XAConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory extends XAQueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory extends XATopicConnectionFactory implements Serializable


Package org.objectweb.joram.client.jms.soap

Class org.objectweb.joram.client.jms.soap.QueueSoapConnectionFactory extends QueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.soap.SoapConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.soap.TopicSoapConnectionFactory extends TopicConnectionFactory implements Serializable


Package org.objectweb.joram.client.jms.tcp

Class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory extends QueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory extends ConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory extends TopicConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory extends XAQueueConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory extends XAConnectionFactory implements Serializable

Class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory extends XATopicConnectionFactory implements Serializable


Package org.objectweb.joram.client.tools.admin

Class org.objectweb.joram.client.tools.admin.ACLPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.AdminCommandDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

msgLabel

javax.swing.JLabel msgLabel

abortButton

javax.swing.JButton abortButton

ctrl

AdminController ctrl

Class org.objectweb.joram.client.tools.admin.AdminTool extends javax.swing.JFrame implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.ConnectAdminDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.ConnectJndiDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.CreateDestinationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.CreateDomainDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.CreateFactoryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.CreateServerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.CreateUserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.DestinationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.InputFormPanel extends javax.swing.JPanel implements Serializable

Class org.objectweb.joram.client.tools.admin.MessagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

msgDisplay

javax.swing.JTextArea msgDisplay

Class org.objectweb.joram.client.tools.admin.ServerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

c

AdminController c

id

int id

idLabel

javax.swing.JLabel idLabel

thresholdField

javax.swing.JTextField thresholdField

dmqCombo

javax.swing.JComboBox dmqCombo

Class org.objectweb.joram.client.tools.admin.SubscriptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.objectweb.joram.client.tools.admin.UserPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

c

AdminController c

user

User user

idLabel

javax.swing.JLabel idLabel

thresholdField

javax.swing.JTextField thresholdField

dmqCombo

javax.swing.JComboBox dmqCombo


Joram ${version}

Copyright ? 2005 Scalagent - All rights reserved