|
Joram 5.1.0 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.objectweb.joram.client.connector |
---|
Class org.objectweb.joram.client.connector.ActivationSpecImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String destinationType
java.lang.String destination
java.lang.String userName
java.lang.String password
java.lang.String messageSelector
java.lang.String subscriptionDurability
java.lang.String subscriptionName
java.lang.String acknowledgeMode
java.lang.String maxNumberOfWorks
java.lang.String maxMessages
Class org.objectweb.joram.client.connector.DefaultConnectionManager extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.connector.JoramAdapter extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
boolean started
true
if the adapter has been started.
boolean stopped
true
if the adapter has been stopped.
boolean collocated
true
if the underlying JORAM server is collocated.
boolean isHa
true
if the underlying a JORAM HA server is defined
java.lang.String hostName
int serverPort
java.lang.String haURL
java.lang.String rootName
java.lang.String rootPasswd
short serverId
short clusterId
java.util.List<E> platformServersIds
java.lang.String platformConfigDir
a3servers.xml
, a3debug.cfg
and admin file), needed when starting the collocated JORAM server.
boolean persistentPlatform
true
if the JORAM server to start is persistent.
java.lang.String adminFile
java.lang.String adminFileXML
java.lang.String adminFileExportXML
java.lang.String serverName
int connectingTimer
int txPendingTimer
int cnxPendingTimer
int queueMessageReadMax
int topicAckBufferMax
int topicPassivationThreshold
int topicActivationThreshold
boolean asyncSend
boolean multiThreadSync
int multiThreadSyncDelay
boolean deleteDurableSubscription
com.scalagent.jmx.JMXServer jmxServer
Class org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
boolean collocated
true
for collocated outbound connectivity.
boolean isHa
true
for ha mode
java.lang.String hostName
int serverPort
java.lang.String userName
java.lang.String password
int connectingTimer
int txPendingTimer
int cnxPendingTimer
boolean asyncSend
boolean multiThreadSync
int multiThreadSyncDelay
java.lang.String outLocalAddress
int outLocalPort
Class org.objectweb.joram.client.connector.ManagedQueueConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.connector.ManagedTopicConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.connector.OutboundConnectionFactory extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ManagedConnectionFactoryImpl mcf
javax.resource.spi.ConnectionManager cxManager
javax.naming.Reference reference
Class org.objectweb.joram.client.connector.OutboundQueueConnectionFactory extends OutboundConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.connector.OutboundTopicConnectionFactory extends OutboundConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms |
---|
Class org.objectweb.joram.client.jms.ConnectionFactory extends AbstractConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.Destination extends AdministeredObject implements Serializable |
---|
Serialized Fields |
---|
java.lang.String agentId
java.lang.String adminName
java.lang.String type
Class org.objectweb.joram.client.jms.FactoryParameters extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String host
int port
java.lang.String url
boolean TcpNoDelay
int SoLinger
int SoTimeout
int connectingTimer
int txPendingTimer
int cnxPendingTimer
java.lang.String socketFactory
boolean asyncSend
Default is false (with ack).
int queueMessageReadMax
Default is 1.
int topicAckBufferMax
Default is 0.
boolean multiThreadSync
int multiThreadSyncDelay
Either they wake up (wait time out) or they are notified (by the first waken up thread).
Default value is 1ms.
int multiThreadSyncThreshold
Default value is 10 waiting threads.
int topicPassivationThreshold
Default is Integer.MAX_VALUE.
int topicActivationThreshold
Default value is 0.
java.lang.String outLocalAddress
The value can either be a machine name, such as "java.sun.com", or a textual representation of its IP address.
int outLocalPort
Class org.objectweb.joram.client.jms.Queue extends Destination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.QueueConnectionFactory extends ConnectionFactory implements Serializable |
---|
Class org.objectweb.joram.client.jms.TemporaryQueue extends Queue implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Connection cnx
null
if not known.
Class org.objectweb.joram.client.jms.TemporaryTopic extends Topic implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Connection cnx
null
if not known.
Class org.objectweb.joram.client.jms.Topic extends Destination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.TopicConnectionFactory extends ConnectionFactory implements Serializable |
---|
Class org.objectweb.joram.client.jms.XAConnectionFactory extends AbstractConnectionFactory implements Serializable |
---|
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.AbstractConnectionFactory extends AdministeredObject implements Serializable |
---|
Serialized Fields |
---|
FactoryParameters params
java.lang.String reliableClass
Class org.objectweb.joram.client.jms.admin.AdminException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.AdministeredObject extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory extends AdministeredObject implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Hashtable<K,V> cluster
Class org.objectweb.joram.client.jms.admin.ClusterDestination extends Destination implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Hashtable<K,V> cluster
Class org.objectweb.joram.client.jms.admin.ClusterQueue extends ClusterDestination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.ClusterTopic extends ClusterDestination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.DeadMQueue extends Queue implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.NameAlreadyUsedException extends AdminException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.ServerIdAlreadyUsedException extends AdminException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.StartFailureException extends AdminException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.UnknownServerException extends AdminException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.admin.User extends AdministeredObject implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String name
java.lang.String proxyId
Package org.objectweb.joram.client.jms.connection |
---|
Class org.objectweb.joram.client.jms.connection.AbortedRequestException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms.ha.local |
---|
Class org.objectweb.joram.client.jms.ha.local.HALocalConnectionFactory extends ConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.local.QueueHALocalConnectionFactory extends QueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.local.TopicHALocalConnectionFactory extends TopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.local.XAHALocalConnectionFactory extends XAConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory extends XAQueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.local.XATopicHALocalConnectionFactory extends XATopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms.ha.tcp |
---|
Class org.objectweb.joram.client.jms.ha.tcp.HATcpConnectionFactory extends ConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.tcp.QueueHATcpConnectionFactory extends QueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.tcp.TopicHATcpConnectionFactory extends TopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.tcp.XAHATcpConnectionFactory extends XAConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.tcp.XAQueueHATcpConnectionFactory extends XAQueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.ha.tcp.XATopicHATcpConnectionFactory extends XATopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms.local |
---|
Class org.objectweb.joram.client.jms.local.LocalConnectionFactory extends ConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory extends QueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory extends TopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.local.XALocalConnectionFactory extends XAConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory extends XAQueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory extends XATopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms.soap |
---|
Class org.objectweb.joram.client.jms.soap.QueueSoapConnectionFactory extends QueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.soap.SoapConnectionFactory extends ConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.soap.TopicSoapConnectionFactory extends TopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.jms.tcp |
---|
Class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory extends QueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory extends ConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory extends TopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory extends XAQueueConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory extends XAConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory extends XATopicConnectionFactory implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.client.tools.admin |
---|
Class org.objectweb.joram.client.tools.admin.ACLPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.JList userList
javax.swing.DefaultListModel userListModel
javax.swing.JList accessList
javax.swing.DefaultListModel accessListModel
javax.swing.JButton addButton
javax.swing.JButton removeButton
java.util.List<E> authorized
java.util.List<E> unauthorized
Class org.objectweb.joram.client.tools.admin.AdminCommandDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.JLabel msgLabel
javax.swing.JButton abortButton
AdminController ctrl
Class org.objectweb.joram.client.tools.admin.AdminTool extends javax.swing.JFrame implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminController c
javax.swing.JTree configTree
javax.swing.JTree jndiTree
javax.swing.JTabbedPane tabbedPane
javax.swing.JEditorPane msgPane
ServerPanel serverPanel
UserPanel userPanel
DestinationPanel destPanel
SubscriptionPanel subscriptionPanel
MessagePanel messagePanel
javax.swing.JPanel editPanel
javax.swing.JSplitPane splitter
javax.swing.JLabel connStatus
javax.swing.Action exitAction
javax.swing.Action adminConnectAction
javax.swing.Action adminDisconnectAction
javax.swing.Action adminRefreshAction
javax.swing.Action jndiConnectAction
javax.swing.Action jndiDisconnectAction
javax.swing.Action jndiRefreshAction
javax.swing.Action jndiCreateFactoryAction
Class org.objectweb.joram.client.tools.admin.ConnectAdminDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
java.lang.String adminHost
int adminPort
java.lang.String adminUser
java.lang.String adminPasswd
javax.swing.JTextField hostField
javax.swing.JFormattedTextField portField
javax.swing.JTextField userField
javax.swing.JPasswordField passwdField
boolean actionCancelled
Class org.objectweb.joram.client.tools.admin.ConnectJndiDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
java.lang.String jndiHost
int jndiPort
java.lang.String namedCtx
javax.swing.JTextField hostField
javax.swing.JFormattedTextField portField
javax.swing.JTextField ctxField
boolean actionCancelled
Class org.objectweb.joram.client.tools.admin.CreateDestinationDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
boolean actionCancelled
java.lang.String destName
java.lang.String destType
javax.swing.JTextField destNameField
javax.swing.ButtonGroup typeGroup
javax.swing.JRadioButton defaultType
Class org.objectweb.joram.client.tools.admin.CreateDomainDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
java.lang.String name
int port
javax.swing.JTextField nameField
javax.swing.JTextField portField
javax.swing.JButton submitButton
boolean actionCancelled
Class org.objectweb.joram.client.tools.admin.CreateFactoryDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
boolean actionCancelled
java.lang.String host
int port
java.lang.String factoryName
java.lang.String factoryType
javax.swing.JTextField hostField
javax.swing.JFormattedTextField portField
javax.swing.JTextField factoryNameField
javax.swing.ButtonGroup typeGroup
javax.swing.JRadioButton defaultType
Class org.objectweb.joram.client.tools.admin.CreateServerDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
java.lang.String name
java.lang.String hostName
short serverId
int port
javax.swing.JTextField nameField
javax.swing.JTextField hostNameField
javax.swing.JTextField serverIdField
javax.swing.JTextField portField
javax.swing.JButton submitButton
boolean actionCancelled
Class org.objectweb.joram.client.tools.admin.CreateUserDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.awt.Frame parent
java.lang.String name
java.lang.String passwd
java.lang.String passwd2
javax.swing.JTextField nameField
javax.swing.JPasswordField passwdField
javax.swing.JPasswordField passwd2Field
javax.swing.JButton submitButton
boolean actionCancelled
Class org.objectweb.joram.client.tools.admin.DestinationPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminController c
Destination dest
javax.swing.JLabel idLabel
javax.swing.JLabel nameLabel
javax.swing.JLabel typeLabel
javax.swing.JLabel pendingMsgsLabel
javax.swing.JLabel pendingReqsLabel
javax.swing.JTextField thresholdField
javax.swing.JComboBox dmqCombo
javax.swing.JCheckBox freeRead
javax.swing.JCheckBox freeWrite
ACLPanel readingACL
ACLPanel writingACL
boolean nonZeroThreshold
boolean dmqSelected
Class org.objectweb.joram.client.tools.admin.InputFormPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.client.tools.admin.MessagePanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.JTextArea msgDisplay
Class org.objectweb.joram.client.tools.admin.ServerPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminController c
int id
javax.swing.JLabel idLabel
javax.swing.JTextField thresholdField
javax.swing.JComboBox dmqCombo
Class org.objectweb.joram.client.tools.admin.SubscriptionPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.DefaultListModel msgListModel
User user
Subscription sub
javax.swing.JLabel idLabel
javax.swing.JLabel countLabel
javax.swing.JList msgList
javax.swing.JTextArea msgDisplay
Class org.objectweb.joram.client.tools.admin.UserPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminController c
User user
javax.swing.JLabel idLabel
javax.swing.JTextField thresholdField
javax.swing.JComboBox dmqCombo
Package org.objectweb.joram.mom.dest |
---|
Class org.objectweb.joram.mom.dest.AdminTopic extends Topic implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.AdminTopicImpl extends TopicImpl implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
AdminTopicImpl
instance.
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
AdminTopicImpl
instance.
java.io.IOException
Serialized Fields |
---|
int serverId
java.util.Hashtable<K,V> destinationsTable
Key: destination name
Object: destination agent identifier
java.util.Hashtable<K,V> usersTable
Key: user name
Object: user password
java.util.Hashtable<K,V> proxiesTable
Key: user name
Object: proxy's identifier
java.util.Hashtable<K,V> requestsTable
Key: request's message identifier
Value: request's message ReplyTo field
long msgCounter
Class org.objectweb.joram.mom.dest.AdminTopicImpl.DestinationDesc extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId id
java.lang.String name
java.lang.String className
java.lang.String type
Class org.objectweb.joram.mom.dest.ClusterQueue extends Queue implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.ClusterQueueImpl extends QueueImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Hashtable<K,V> clusters
LoadingFactor loadingFactor
java.util.Hashtable<K,V> timeTable
java.util.Hashtable<K,V> visitTable
long clusterDeliveryCount
long waitAfterClusterReq
long timeThreshold
QueueImpl.period
.
Class org.objectweb.joram.mom.dest.DeadMQueue extends Queue implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.Destination extends fr.dyade.aaa.agent.Agent implements Serializable |
---|
Serialized Fields |
---|
DestinationImpl destImpl
DestinationItf
instance providing this
this agent with its Destination behaviour.
Class org.objectweb.joram.mom.dest.DestinationImpl extends java.lang.Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Serialized Fields |
---|
boolean deletable
true
if the destination successfully processed a deletion
request.
fr.dyade.aaa.agent.AgentId adminId
boolean freeReading
true
if the READ access is granted to everybody.
boolean freeWriting
true
if the WRITE access is granted to everybody.
java.util.Hashtable<K,V> clients
fr.dyade.aaa.agent.AgentId dmqId
long creationDate
long nbMsgsReceiveSinceCreation
long nbMsgsDeliverSinceCreation
long nbMsgsSentToDMQSinceCreation
Class org.objectweb.joram.mom.dest.LoadingFactor extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int status
long statusTime
int consumerStatus
int producerStatus
ClusterQueueImpl clusterQueueImpl
int producThreshold
int consumThreshold
boolean autoEvalThreshold
long validityPeriod
float rateOfFlow
boolean overLoaded
int nbOfPendingMessages
int nbOfPendingRequests
Class org.objectweb.joram.mom.dest.MonitoringTopic extends Topic implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.MonitoringTopicImpl extends TopicImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long period
long msgCounter
java.util.Properties monitoringProperties
boolean isPersistent
int priority
long expiration
int receivedMessagesCount
Class org.objectweb.joram.mom.dest.Queue extends Destination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.QueueImpl extends DestinationImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long period
java.lang.Integer threshold
null
for value
not set.
boolean samePriorities
true
if all the stored messages have the same priority.
int priority
java.util.Hashtable<K,V> consumers
java.util.Hashtable<K,V> contexts
long arrivalsCounter
java.util.Vector<E> requests
int nbMaxMsg
Class org.objectweb.joram.mom.dest.Topic extends Destination implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.TopicForwardNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean toFather
true
if the notification is destinated to a hierarchical
father.
ClientMessages messages
Class org.objectweb.joram.mom.dest.TopicImpl extends DestinationImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId fatherId
java.util.Set<E> friends
java.util.Vector<E> subscribers
java.util.Hashtable<K,V> selectors
Package org.objectweb.joram.mom.dest.jmsbridge |
---|
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeAckNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String id
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeDeliveryNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Message message
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeModule extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
BridgeUnifiedModule
instance.
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId agentId
java.lang.String jndiFactory
java.lang.String jndiUrl
java.lang.String cnxFactName
java.lang.String destName
javax.jms.ConnectionFactory cnxFact
javax.jms.XAConnectionFactory xaCnxFact
javax.jms.Destination dest
java.lang.String userName
java.lang.String password
java.lang.String clientID
java.lang.String selector
boolean usable
true
if the module is fully usable.
java.lang.String notUsableMessage
boolean automaticRequest
boolean isXA
javax.transaction.xa.XAResource producerRes
javax.transaction.xa.XAResource consumerRes
java.lang.Object lock
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeQueue extends Queue implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeQueueImpl extends QueueImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JMSBridgeModule jmsModule
java.util.Hashtable<K,V> outTable
Key: message identifier
Value: message
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeTopic extends Topic implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeTopicImpl extends TopicImpl implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
JMSBridgeModule jmsModule
long arrivalsCounter
java.util.Hashtable<K,V> outTable
Key: message identifier
Value: message
Package org.objectweb.joram.mom.messages |
---|
Class org.objectweb.joram.mom.messages.Message extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
Package org.objectweb.joram.mom.notifications |
---|
Class org.objectweb.joram.mom.notifications.AbortReceiveRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int abortedRequestId
Class org.objectweb.joram.mom.notifications.AbstractNotification extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
Serialized Fields |
---|
int clientContext
clientContext
field allows a client to identify a context
within which a notification is exchanged with a destination.
This field is for the client use only and might not be set.
Class org.objectweb.joram.mom.notifications.AbstractReply extends AbstractNotification implements Serializable |
---|
Serialized Fields |
---|
int correlationId
correlationId
field is equal to the request's
identifier.
Class org.objectweb.joram.mom.notifications.AbstractRequest extends AbstractNotification implements Serializable |
---|
Serialized Fields |
---|
int requestId
requestId
field allows a client to identify the request
sent to a destination.
This field is for the client use only and might not be set.
Class org.objectweb.joram.mom.notifications.AckJoinQueueCluster extends JoinQueueCluster implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.AcknowledgeRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String msgId
java.util.Vector<E> msgIds
Class org.objectweb.joram.mom.notifications.AdminReply extends AbstractNotification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String requestId
boolean success
true
if the request succeeded.
java.lang.String info
java.lang.Object replyObj
Class org.objectweb.joram.mom.notifications.AdminRequest extends AbstractNotification implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
Class org.objectweb.joram.mom.notifications.BrowseReply extends AbstractReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Message message
java.util.Vector<E> messages
Class org.objectweb.joram.mom.notifications.BrowseRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String selector
Class org.objectweb.joram.mom.notifications.ClientMessages extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Message message
java.util.Vector<E> messages
boolean asyncSend
Class org.objectweb.joram.mom.notifications.ClusterRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId topicId
Class org.objectweb.joram.mom.notifications.DenyRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String msgId
java.util.Vector<E> msgIds
Class org.objectweb.joram.mom.notifications.DestinationAdminRequestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminRequest request
fr.dyade.aaa.agent.AgentId replyTo
java.lang.String requestMsgId
java.lang.String replyMsgId
Class org.objectweb.joram.mom.notifications.ExceptionReply extends AbstractReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
MomException except
MomException
which occured when processing the request.
Class org.objectweb.joram.mom.notifications.GetProxyIdListNot extends fr.dyade.aaa.agent.SyncNotification implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.GetProxyIdNot extends fr.dyade.aaa.agent.SyncNotification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String userName
java.lang.String password
java.lang.String inaddr
Class org.objectweb.joram.mom.notifications.JoinQueueCluster extends QueueClusterNot implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Hashtable<K,V> clusters
java.util.Hashtable<K,V> clients
boolean freeReading
boolean freeWriting
Class org.objectweb.joram.mom.notifications.LBCycleLife extends QueueClusterNot implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ClientMessages clientMessages
java.util.Hashtable<K,V> visitTable
Class org.objectweb.joram.mom.notifications.LBLoadingFactor extends QueueClusterNot implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long validityPeriode
Class org.objectweb.joram.mom.notifications.LBMessageGive extends LBLoadingFactor implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ClientMessages clientMessages
Class org.objectweb.joram.mom.notifications.LBMessageHope extends LBLoadingFactor implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int nbMsg
Class org.objectweb.joram.mom.notifications.LeaveQueueCluster extends QueueClusterNot implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String removeQueue
Class org.objectweb.joram.mom.notifications.Monit_FreeAccess extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_FreeAccessRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean freeReading
true
if READ access is free.
boolean freeWriting
true
if WRITE access is free.
Class org.objectweb.joram.mom.notifications.Monit_GetCluster extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetClusterRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> topics
Class org.objectweb.joram.mom.notifications.Monit_GetDMQSettings extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetDMQSettingsRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String dmqId
java.lang.Integer threshold
Class org.objectweb.joram.mom.notifications.Monit_GetFather extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetFatherRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String fatherId
Class org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsg extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String subName
Class org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsgRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int nbMaxMsg
Class org.objectweb.joram.mom.notifications.Monit_GetNumberRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int number
Class org.objectweb.joram.mom.notifications.Monit_GetPendingMessages extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetPendingRequests extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetReaders extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetStat extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetStatRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Hashtable<K,V> stats
Class org.objectweb.joram.mom.notifications.Monit_GetSubscriptions extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.Monit_GetUsersRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> users
Class org.objectweb.joram.mom.notifications.Monit_GetWriters extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.QueueClusterNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
float rateOfFlow
Class org.objectweb.joram.mom.notifications.QueueMsgReply extends AbstractReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> messages
Class org.objectweb.joram.mom.notifications.ReceiveRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String selector
long timeOut
long expirationTime
boolean autoAck
true
, the consumed message will be immediately
deleted on the queue.
fr.dyade.aaa.agent.AgentId requester
java.lang.String[] msgIds
int msgCount
Class org.objectweb.joram.mom.notifications.RegisterDestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId id
java.lang.String name
java.lang.String className
java.lang.String type
Class org.objectweb.joram.mom.notifications.RegisteredDestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId reply
java.lang.String name
fr.dyade.aaa.agent.AgentId dest
Class org.objectweb.joram.mom.notifications.RegisterTmpDestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId tmpDestId
boolean topic
boolean add
Class org.objectweb.joram.mom.notifications.RequestGroupNot extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> clientMessages
Class org.objectweb.joram.mom.notifications.SetDMQRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId dmqId
null
for no DMQ.
Class org.objectweb.joram.mom.notifications.SetFatherRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId fatherId
Class org.objectweb.joram.mom.notifications.SetNbMaxMsgRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int nbMaxMsg
java.lang.String subName
Class org.objectweb.joram.mom.notifications.SetRightRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId client
null
stands for all users.
int right
Class org.objectweb.joram.mom.notifications.SetThreshRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.Integer threshold
null
for unsetting the previous value.
Class org.objectweb.joram.mom.notifications.SpecialAdminRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
SpecialAdmin request
Class org.objectweb.joram.mom.notifications.SubscribeReply extends AbstractReply implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.SubscribeRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.lang.String selector
boolean asyncSub
Class org.objectweb.joram.mom.notifications.TopicMsgsReply extends AbstractReply implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> messages
Class org.objectweb.joram.mom.notifications.UnclusterRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.UnsetFatherRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.UnsubscribeRequest extends AbstractRequest implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.notifications.UserAdminRequestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
AdminRequest request
fr.dyade.aaa.agent.AgentId replyTo
java.lang.String requestMsgId
java.lang.String replyMsgId
Class org.objectweb.joram.mom.notifications.WakeUpNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.mom.proxies |
---|
Class org.objectweb.joram.mom.proxies.AckedQueue extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> list
int current
Class org.objectweb.joram.mom.proxies.AdminNotification extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
fr.dyade.aaa.agent.AgentId proxyId
AgentId
identifier.
java.lang.String name
java.lang.String pass
Class org.objectweb.joram.mom.proxies.CloseConnectionNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int key
Class org.objectweb.joram.mom.proxies.GetConnectionNot extends fr.dyade.aaa.agent.SyncNotification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int key
Class org.objectweb.joram.mom.proxies.OpenConnectionNot extends fr.dyade.aaa.agent.SyncNotification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean reliable
int heartBeat
Class org.objectweb.joram.mom.proxies.ProxyImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long period
long nbMsgsSentToDMQSinceCreation
fr.dyade.aaa.agent.AgentId dmqId
null
for DMQ
not set.
java.lang.Integer threshold
null
for
value not set.
java.util.Hashtable<K,V> contexts
ClientContext
instances.
Key: context identifier
Value: context
java.util.Hashtable<K,V> subsTable
ClientSubscription
instances.
Key: subscription name
Value: client subscription
java.util.Hashtable<K,V> recoveredTransactions
Key: transaction identifier
Value: XACnxPrepare
instance
long arrivalsCounter
ProxyAgentItf proxyAgent
Class org.objectweb.joram.mom.proxies.ProxyMessage extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long id
long ackId
AbstractJmsMessage obj
Class org.objectweb.joram.mom.proxies.ProxyRequestGroupNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
RequestNot[] requests
Class org.objectweb.joram.mom.proxies.ReliableConnectionContext extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int key
long inputCounter
long outputCounter
AckedQueue queue
int heartBeat
ProxyImpl proxyImpl
boolean closed
Class org.objectweb.joram.mom.proxies.RequestNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int cKey
java.lang.Object msg
Class org.objectweb.joram.mom.proxies.ResetCollocatedConnectionsNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.mom.proxies.ReturnConnectionNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
OpenConnectionNot not
ConnectionContext ctx
Class org.objectweb.joram.mom.proxies.SendRepliesNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
java.util.Vector<E> replies
Class org.objectweb.joram.mom.proxies.SendReplyNot extends fr.dyade.aaa.agent.Notification implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int key
int requestId
Class org.objectweb.joram.mom.proxies.StandardConnectionContext extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int key
fr.dyade.aaa.util.Queue queue
ProxyImpl proxyImpl
boolean closed
Class org.objectweb.joram.mom.proxies.UserAgent extends fr.dyade.aaa.agent.Agent implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ProxyImpl proxyImpl
int keyCounter
Package org.objectweb.joram.shared.admin |
---|
Class org.objectweb.joram.shared.admin.AbstractAdminMessage extends java.lang.Object implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AddDomainRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AddQueueCluster extends SpecialAdmin implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AddServerRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AddServiceRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AdminReply extends AbstractAdminMessage implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.AdminRequest extends AbstractAdminMessage implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.ClearQueue extends QueueAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.ClearSubscription extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.CreateDestinationReply extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.CreateDestinationRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.CreateUserReply extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.CreateUserRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.DeleteDestination extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.DeleteQueueMessage extends QueueAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.DeleteSubscriptionMessage extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.DeleteUser extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetConfigRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetDomainNames extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetDomainNamesRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetLocalServer extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetLocalServerRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetQueueMessage extends QueueAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetQueueMessageIds extends QueueAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetQueueMessageIdsRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetQueueMessageRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriberIds extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriberIdsRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscription extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionMessage extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionMessageIds extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionMessageIdsRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionMessageRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptions extends SubscriptionAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.GetSubscriptionsRep extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.ListClusterQueue extends SpecialAdmin implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetCluster extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetClusterRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetDestinations extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetDestinationsRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetDMQSettings extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetDMQSettingsRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetFather extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetFatherRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetFreeAccess extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetFreeAccessRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsgRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetNumberRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetPendingMessages extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetPendingRequests extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetReaders extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetServersIds extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetServersIdsRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetStat extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetStatRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetSubscriptions extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetUsers extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetUsersRep extends Monitor_Reply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_GetWriters extends Monitor_Request implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_Reply extends AdminReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.Monitor_Request extends AdminRequest implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.QueueAdminRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.RemoveDomainRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.RemoveQueueCluster extends SpecialAdmin implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.RemoveServerRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.RemoveServiceRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetCluster extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetDefaultDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetDefaultThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetDestinationDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetFather extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetNbMaxMsg extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetQueueThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetReader extends SetRight implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetRight extends AdminRequest implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetUserDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetUserThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SetWriter extends SetRight implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SpecialAdmin extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.StopServerRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.SubscriptionAdminRequest extends UserAdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetCluster extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetDefaultDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetDefaultThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetDestinationDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetFather extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetQueueThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetReader extends SetRight implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetUserDMQ extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetUserThreshold extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UnsetWriter extends SetRight implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UpdateUser extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.admin.UserAdminRequest extends AdminRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Package org.objectweb.joram.shared.client |
---|
Class org.objectweb.joram.shared.client.AbstractJmsMessage extends java.lang.Object implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.AbstractJmsReply extends AbstractJmsMessage implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.AbstractJmsRequest extends AbstractJmsMessage implements Serializable |
---|
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ActivateConsumerRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxCloseReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxCloseRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxConnectReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxConnectRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxStartRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CnxStopRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.CommitRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerAckRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerCloseSubRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerDenyRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerMessages extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerReceiveRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerSetListRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerSubRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerUnsetListRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ConsumerUnsubRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.GetAdminTopicReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.GetAdminTopicRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.JmsRequestGroup extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.MomExceptionReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.PingRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ProducerMessages extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.QBrowseReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.QBrowseRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.ServerReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.SessAckRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.SessCreateTDReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.SessCreateTQRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.SessCreateTTRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.SessDenyRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.TempDestDeleteRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.XACnxCommit extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.XACnxPrepare extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.XACnxRecoverReply extends AbstractJmsReply implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.XACnxRecoverRequest extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Class org.objectweb.joram.shared.client.XACnxRollback extends AbstractJmsRequest implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
public final void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public final void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
Package org.objectweb.joram.shared.excepts |
---|
Class org.objectweb.joram.shared.excepts.AccessException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.DestinationException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.MessageException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.MessageROException extends MessageException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.MessageValueException extends MessageException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.MomException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int type
Class org.objectweb.joram.shared.excepts.RequestException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.SelectorException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Class org.objectweb.joram.shared.excepts.StateException extends MomException implements Serializable |
---|
serialVersionUID: 1L
Package org.objectweb.joram.shared.messages |
---|
Class org.objectweb.joram.shared.messages.Message extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2L
Serialization Methods |
---|
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
|
Joram 5.1.0 | ||||||||
PREV NEXT | FRAMES NO FRAMES |