Serialized Form

Package fr.dyade.aaa.jndi2.distributed

Class fr.dyade.aaa.jndi2.distributed.CreateRemoteSubcontextRequest extends CreateSubcontextRequest implements Serializable

Serialized Fields

ownerId

 Object ownerId

Class fr.dyade.aaa.jndi2.distributed.ReplicationManager extends RequestManager implements Serializable

Serialized Fields

rootOwnerId

 AgentId rootOwnerId
Identifier of the server that owns the root naming context.


serverIds

 short[] serverIds
List of the initially known servers.

Package fr.dyade.aaa.jndi2.impl

Class fr.dyade.aaa.jndi2.impl.BindEvent extends UpdateEvent implements Serializable

Serialized Fields

object

 Object object

Class fr.dyade.aaa.jndi2.impl.ChangeOwnerEvent extends UpdateEvent implements Serializable

Serialized Fields

formerOwnerId

 Object formerOwnerId


contexts

 NamingContextInfo[] contexts

Class fr.dyade.aaa.jndi2.impl.ContextManager extends java.lang.Object implements Serializable

Serialized Fields

contextIdTable

 ContextTable contextIdTable


contextNameTable

 ContextTable contextNameTable


rootContextId

 NamingContextId rootContextId


storageManager

 StorageManager storageManager

Class fr.dyade.aaa.jndi2.impl.CreateSubcontextEvent extends UpdateEvent implements Serializable

Serialized Fields

path

 CompositeName path


contextId

 NamingContextId contextId


ownerId

 Object ownerId

Class fr.dyade.aaa.jndi2.impl.DestroySubcontextEvent extends UpdateEvent implements Serializable

Serialized Fields

path

 CompositeName path

Class fr.dyade.aaa.jndi2.impl.NamingContextId extends java.lang.Object implements Serializable

Serialized Fields

factoryId

 Object factoryId


localId

 long localId

Class fr.dyade.aaa.jndi2.impl.RebindEvent extends UpdateEvent implements Serializable

Serialized Fields

object

 Object object

Class fr.dyade.aaa.jndi2.impl.SimpleContextTable extends java.lang.Object implements Serializable

Serialized Fields

table

 Hashtable table

Class fr.dyade.aaa.jndi2.impl.UnbindEvent extends UpdateEvent implements Serializable

Class fr.dyade.aaa.jndi2.impl.UpdateEvent extends java.lang.Object implements Serializable

Serialized Fields

updatedContextId

 NamingContextId updatedContextId


name

 String name

Package fr.dyade.aaa.jndi2.msg

Class fr.dyade.aaa.jndi2.msg.BindRequest extends JndiRequest implements Serializable

Serialized Fields

obj

 Object obj


rebind

 boolean rebind

Class fr.dyade.aaa.jndi2.msg.ChangeOwnerRequest extends JndiRequest implements Serializable

Serialized Fields

ownerId

 String ownerId

Class fr.dyade.aaa.jndi2.msg.CreateSubcontextRequest extends JndiRequest implements Serializable

Class fr.dyade.aaa.jndi2.msg.DestroySubcontextRequest extends JndiRequest implements Serializable

Class fr.dyade.aaa.jndi2.msg.JndiError extends JndiReply implements Serializable

Serialized Fields

exc

 NamingException exc

Class fr.dyade.aaa.jndi2.msg.JndiReply extends java.lang.Object implements Serializable

Class fr.dyade.aaa.jndi2.msg.JndiRequest extends java.lang.Object implements Serializable

Serialized Fields

name

 CompositeName name

Class fr.dyade.aaa.jndi2.msg.ListBindingsReply extends JndiReply implements Serializable

Serialized Fields

bindings

 Binding[] bindings

Class fr.dyade.aaa.jndi2.msg.ListBindingsRequest extends JndiRequest implements Serializable

Class fr.dyade.aaa.jndi2.msg.ListReply extends JndiReply implements Serializable

Serialized Fields

pairs

 NameClassPair[] pairs

Class fr.dyade.aaa.jndi2.msg.ListRequest extends JndiRequest implements Serializable

Class fr.dyade.aaa.jndi2.msg.LookupReply extends JndiReply implements Serializable

Serialized Fields

obj

 Object obj

Class fr.dyade.aaa.jndi2.msg.LookupRequest extends JndiRequest implements Serializable

Class fr.dyade.aaa.jndi2.msg.UnbindRequest extends JndiRequest implements Serializable

Package fr.dyade.aaa.jndi2.server

Class fr.dyade.aaa.jndi2.server.AgentRequestContext extends RequestContext implements Serializable

Serialized Fields

request

 JndiRequest request


from

 AgentId from


doReply

 boolean doReply

Class fr.dyade.aaa.jndi2.server.EntryPoint extends java.lang.Object implements Serializable

Class fr.dyade.aaa.jndi2.server.RequestContext extends java.lang.Object implements Serializable

Serialized Fields

resolvedName

 CompositeName resolvedName

Class fr.dyade.aaa.jndi2.server.RequestManager extends java.lang.Object implements Serializable

Serialized Fields

container

 Container container

Class fr.dyade.aaa.jndi2.server.TcpRequestContext extends RequestContext implements Serializable

Serialized Fields

request

 JndiRequest request

Package fr.dyade.aaa.util

Class fr.dyade.aaa.util.ConditionnalString extends java.lang.Object implements Serializable

Serialized Fields

value

 String value


condition

 boolean condition

Class fr.dyade.aaa.util.EnumerationType extends java.lang.Object implements Serializable

Class fr.dyade.aaa.util.ServerAddress extends java.lang.Object implements Serializable

Serialized Fields

serverName

 String serverName


hostName

 String hostName


port

 int port

Package org.objectweb.joram.client.connector

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

Serialized Fields

destinationType

 String destinationType
The type of the destination to get messages from.


destination

 String destination
The name of the destination to get messages from.


userName

 String userName
User identification.


password

 String password
User password.


messageSelector

 String messageSelector
Message selector.


subscriptionDurability

 String subscriptionDurability
Subscription durability.


subscriptionName

 String subscriptionName
Durable subscription name, if any.


acknowledgeMode

 String acknowledgeMode
Acknowledgement mode.


maxNumberOfWorks

 String maxNumberOfWorks
Maximum number of work instances to be submitted (0 for infinite).

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

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

Serialization Methods

readObject

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

Serialized Fields

started

 boolean started
true if the adapter has been started.


stopped

 boolean stopped
true if the adapter has been stopped.


collocated

 boolean collocated
true if the underlying JORAM server is collocated.


hostName

 String hostName
Host name or IP of the underlying JORAM server.


serverPort

 int serverPort
Port number of the underlying JORAM server.


serverId

 short serverId
Identifier of the JORAM server to start.


platformServersIds

 List platformServersIds
Platform servers identifiers.


platformConfigDir

 String platformConfigDir
Path to the directory containing JORAM's configuration files (a3servers.xml, a3debug.cfg and admin file), needed when starting the collocated JORAM server.


persistentPlatform

 boolean persistentPlatform
true if the JORAM server to start is persistent.


adminFile

 String adminFile
Path to the file containing a description of the administered objects to create and bind.


serverName

 String serverName
Name of the JORAM server to start.


connectingTimer

 int connectingTimer
Duration in seconds during which connecting is attempted (connecting might take time if the server is temporarily not reachable); the 0 value is set for connecting only once and aborting if connecting failed.


txPendingTimer

 int txPendingTimer
Duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer".


cnxPendingTimer

 int cnxPendingTimer
Period in milliseconds between two ping requests sent by the client connection to the server; if the server does not receive any ping request during more than 2 * cnxPendingTimer, the connection is considered as dead and processed as required.

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

Serialization Methods

readObject

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

Serialized Fields

collocated

 boolean collocated
true for collocated outbound connectivity.


hostName

 String hostName
Underlying JORAM server host name.


serverPort

 int serverPort
Underlying JORAM server port number.


userName

 String userName
Default user identification.


password

 String password
Default user password.


connectingTimer

 int connectingTimer
Duration in seconds during which connecting is attempted (connecting might take time if the server is temporarily not reachable); the 0 value is set for connecting only once and aborting if connecting failed.


txPendingTimer

 int txPendingTimer
Duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer".


cnxPendingTimer

 int cnxPendingTimer
Period in milliseconds between two ping requests sent by the client connection to the server; if the server does not receive any ping request during more than 2 * cnxPendingTimer, the connection is considered as dead and processed as required.

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

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

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

Serialized Fields

mcf

 ManagedConnectionFactoryImpl mcf
Central manager for outbound connectivity.


cxManager

 ConnectionManager cxManager
Manager for connection pooling.


reference

 Reference reference
Naming reference of this instance.

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

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

Package org.objectweb.joram.client.jms

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

Serialized Fields

params

 FactoryParameters params
Object containing the factory's parameters.

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

Serialized Fields

agentId

 String agentId
Identifier of the agent destination.


adminName

 String adminName
Name given by the administrator.

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

Serialized Fields

host

 String host
Name of host hosting the server to create connections with.


port

 int port
Port to be used for accessing the server.


connectingTimer

 int connectingTimer
Duration in seconds during which connecting is attempted (connecting might take time if the server is temporarily not reachable); the 0 value is set for connecting only once and aborting if connecting failed.


txPendingTimer

 int txPendingTimer
Duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer".


cnxPendingTimer

 int cnxPendingTimer
Period in milliseconds between two ping requests sent by the client connection to the server; if the server does not receive any ping request during more than 2 * cnxPendingTimer, the connection is considered as dead and processed as required.

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

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

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

Serialized Fields

cnx

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

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

Serialized Fields

cnx

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

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

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

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

Serialized Fields

params

 FactoryParameters params
Factory's parameters object.

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.AdministeredObject extends java.lang.Object implements Serializable

Serialized Fields

id

 String id
Identifier of the object.

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

Serialized Fields

cluster

 Hashtable cluster

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

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

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

Serialized Fields

name

 String name
The name of the user.


proxyId

 String proxyId
Identifier of the user's proxy agent.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Package org.objectweb.joram.mom.dest

Class org.objectweb.joram.mom.dest.AdminTopicImpl extends TopicImpl implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
            throws java.io.IOException
Serializes an AdminTopicImpl instance.


readObject

private void readObject(java.io.ObjectInputStream in)
            throws java.io.IOException,
                   ClassNotFoundException
Deserializes an AdminTopicImpl instance.

Serialized Fields

serverId

 int serverId
Identifier of the server this topic is deployed on.


queues

 Vector queues
Vector holding the local server's queues' identifiers.


deadMQueues

 Vector deadMQueues
Vector holding the local server's dead message queues' identifiers.


topics

 Vector topics
Vector holding the local server's topics' identifiers.


destinationsTable

 Hashtable destinationsTable
Table holding the local server's destinations names.

Key: destination name
Object: destination agent identifier


usersTable

 Hashtable usersTable
Table holding the TCP users identifications.

Key: user name
Object: user password


proxiesTable

 Hashtable proxiesTable
Table holding the TCP users proxies identifiers.

Key: user name
Object: proxy's identifier


requestsTable

 Hashtable requestsTable
Table keeping the administrator's requests.

Key: request's message identifier
Value: request's message ReplyTo field


msgCounter

 long msgCounter
Counter of messages produced by this AdminTopic.


defaultDMQId

 AgentId defaultDMQId
Identifier of the server's default dead message queue, kept here for persisting it.


defaultThreshold

 Integer defaultThreshold
Server's default threshold value, kept here for persisting it.

Class org.objectweb.joram.mom.dest.BridgeQueueImpl extends QueueImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws IOException,
                   ClassNotFoundException
Deserializes a BridgeQueueImpl instance.

Serialized Fields

jmsModule

 BridgeUnifiedModule jmsModule
The JMS module for accessing the foreign JMS destination.


outTable

 Hashtable outTable
Table persisting the outgoing messages until acknowledgement by the bridge module.

Key: message identifier
Value: message

Class org.objectweb.joram.mom.dest.BridgeTopicImpl extends TopicImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws java.io.IOException,
                   ClassNotFoundException
Deserializes a BridgeTopicImpl instance.

Serialized Fields

jmsModule

 BridgeUnifiedModule jmsModule
The JMS module for accessing the foreign JMS destination.


arrivalsCounter

 long arrivalsCounter
Counter for keeping the original delivery order.


outTable

 Hashtable outTable
Table persisting the outgoing messages until acknowledgement by the bridge module.

Key: message identifier
Value: message

Class org.objectweb.joram.mom.dest.ClusterQueueImpl extends QueueImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws IOException,
                   ClassNotFoundException
Deserializes a QueueImpl instance.

Serialized Fields

clusters

 Hashtable clusters
key = agentId of ClusterQueue value = rateOfFlow (Float)


period

 long period
period to eval the loading factor


waitAfterClusterReq

 long waitAfterClusterReq
waiting after a cluster request


loadingFactor

 LoadingFactor loadingFactor
to calcul the loading factor, overloaded, ...


timeTable

 Hashtable timeTable
key = msgId value = date


visitTable

 Hashtable visitTable
key = msgId value = Vector (alreadyVisit)


clusterDeliveryCount

 long clusterDeliveryCount
number of message send to cluster

Class org.objectweb.joram.mom.dest.DeadMQueueImpl extends QueueImpl implements Serializable

Class org.objectweb.joram.mom.dest.DestinationImpl extends java.lang.Object implements Serializable

Serialized Fields

deletable

 boolean deletable
true if the destination successfully processed a deletion request.


adminId

 AgentId adminId
Identifier of the destination's administrator.


destId

 AgentId destId
Identifier of the agent hosting the destination.


freeReading

 boolean freeReading
true if the READ access is granted to everybody.


freeWriting

 boolean freeWriting
true if the WRITE access is granted to everybody.


clients

 Hashtable clients
Table of the destination readers and writers.


dmqId

 AgentId dmqId
Identifier of the dead message queue this destination must send its dead messages to, if any.

Class org.objectweb.joram.mom.dest.QueueImpl extends DestinationImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws IOException,
                   ClassNotFoundException
Deserializes a QueueImpl instance.

Serialized Fields

threshold

 Integer threshold
Threshold above which messages are considered as undeliverable because constantly denied; 0 stands for no threshold, null for value not set.


samePriorities

 boolean samePriorities
true if all the stored messages have the same priority.


priority

 int priority
Common priority value.


consumers

 Hashtable consumers
Table keeping the messages' consumers identifiers.


contexts

 Hashtable contexts
Table keeping the messages' consumers contexts.


arrivalsCounter

 long arrivalsCounter
Counter of messages arrivals.


requests

 Vector requests
Vector holding the requests before reply or expiry.


persistenceModule

 MessagePersistenceModule persistenceModule
The persistence module used for managing the messages' persistence.

Class org.objectweb.joram.mom.dest.TopicImpl extends DestinationImpl implements Serializable

Serialized Fields

fatherId

 AgentId fatherId
Identifier of this topic's father, if any.


friends

 Vector friends
Vector of cluster fellows, if any.


subscribers

 Vector subscribers
Vector of subscribers' identifiers.


selectors

 Hashtable selectors
Table of subscribers' selectors.

Package org.objectweb.joram.mom.proxies

Class org.objectweb.joram.mom.proxies.AckedQueue extends java.lang.Object implements Serializable

Serialized Fields

list

 Vector list


current

 int current

Class org.objectweb.joram.mom.proxies.ProxyImpl extends java.lang.Object implements Serializable

Serialized Fields

dmqId

 AgentId dmqId
Identifier of this proxy dead message queue, null for DMQ not set.


threshold

 Integer threshold
Threshold value, 0 or negative for no threshold, null for value not set.


contexts

 Hashtable contexts
Table of the proxy's ClientContext instances.

Key: context identifier
Value: context


subsTable

 Hashtable subsTable
Table holding the ClientSubscription instances.

Key: subsription name
Value: client subscription


recoveredTransactions

 Hashtable recoveredTransactions
Table holding the recovered transactions branches.

Key: transaction identifier
Value: XACnxPrepare instance


msgsPersistenceModule

 MessagePersistenceModule msgsPersistenceModule
The module used by the proxy's subscriptions for persisting messages.


arrivalsCounter

 long arrivalsCounter
Counter of message arrivals from topics.


proxyAgent

 ProxyAgentItf proxyAgent
The reference of the agent hosting the proxy.

Class org.objectweb.joram.mom.proxies.ProxyMessage extends java.lang.Object implements Serializable

Serialized Fields

id

 long id


ackId

 long ackId


obj

 Object obj

Package org.objectweb.joram.mom.util

Class org.objectweb.joram.mom.util.BridgePtpModule extends BridgeUnifiedModule implements Serializable

Class org.objectweb.joram.mom.util.BridgePubSubModule extends BridgeUnifiedModule implements Serializable

Class org.objectweb.joram.mom.util.BridgeUnifiedModule extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws java.io.IOException,
                   ClassNotFoundException
Deserializes a BridgeUnifiedModule instance.

Serialized Fields

agentId

 AgentId agentId
Identifier of the agent using this module.


jndiFactory

 String jndiFactory
Name of the JNDI factory class to use.


jndiUrl

 String jndiUrl
JNDI URL.


cnxFactName

 String cnxFactName
ConnectionFactory JNDI name.


destName

 String destName
Destination JNDI name.


cnxFact

 ConnectionFactory cnxFact
Connection factory object for connecting to the foreign JMS server.


dest

 Destination dest
Foreign JMS destination object.


userName

 String userName
User identification for connecting to the foreign JMS server.


password

 String password
User password for connecting to the foreign JMS server.


clientID

 String clientID
JMS clientID field.


selector

 String selector
Selector for filtering messages.


usable

 boolean usable
true if the module is fully usable.


notUsableMessage

 String notUsableMessage
Message explaining why the module is not usable.

Class org.objectweb.joram.mom.util.MessagePersistenceModule extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws java.io.IOException,
                   ClassNotFoundException
Deserializes a PersistenceModule.

Serialized Fields

agentId

 AgentId agentId
Identifier of the agent using the module.


vectorsTable

 Hashtable vectorsTable
Table of the identifiers of the messages persisted in vectors.

Key: name of the persistence vector
Value: table of identifiers of the persisted messages


counter

 long counter
Counter of persistence objects.

Package org.objectweb.joram.shared.admin

Class org.objectweb.joram.shared.admin.AddQueueCluster extends SpecialAdmin implements Serializable

Serialized Fields

joiningQueue

 String joiningQueue

Class org.objectweb.joram.shared.admin.AdminReply extends java.lang.Object implements Serializable

Serialized Fields

success

 boolean success
true if this reply replies to a successful request.


info

 String info
Information.


replyObj

 Object replyObj
Object.

Class org.objectweb.joram.shared.admin.AdminRequest extends java.lang.Object implements Serializable

Class org.objectweb.joram.shared.admin.CreateDestinationReply extends AdminReply implements Serializable

Serialized Fields

id

 String id
Identifier of the created destination.

Class org.objectweb.joram.shared.admin.CreateDestinationRequest extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Id of the server where deploying the destination.


name

 String name
Name attributed to the destination.


className

 String className
Name of the class to be instanciated.


prop

 Properties prop
Properties needed to create destination object.

Class org.objectweb.joram.shared.admin.CreateUserReply extends AdminReply implements Serializable

Serialized Fields

id

 String id
Identifier of the user's proxy.

Class org.objectweb.joram.shared.admin.CreateUserRequest extends AdminRequest implements Serializable

Serialized Fields

userName

 String userName
Name of the user.


userPass

 String userPass
Password of the user.


serverId

 int serverId
Id of the server where deploying the proxy.

Class org.objectweb.joram.shared.admin.DeleteDestination extends AdminRequest implements Serializable

Serialized Fields

id

 String id
Identifier of the destination to delete.

Class org.objectweb.joram.shared.admin.DeleteUser extends AdminRequest implements Serializable

Serialized Fields

userName

 String userName
Name of the user to delete.


proxId

 String proxId
Identifier of the user's proxy.

Class org.objectweb.joram.shared.admin.ListClusterQueue extends SpecialAdmin implements Serializable

Class org.objectweb.joram.shared.admin.Monitor_GetCluster extends Monitor_Request implements Serializable

Serialized Fields

topic

 String topic
Identifier of a topic part of the target cluster.

Class org.objectweb.joram.shared.admin.Monitor_GetClusterRep extends Monitor_Reply implements Serializable

Serialized Fields

topics

 Vector topics
Identifiers of the cluster's topics.

Class org.objectweb.joram.shared.admin.Monitor_GetDestinations extends Monitor_Request implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the target server.

Class org.objectweb.joram.shared.admin.Monitor_GetDestinationsRep extends Monitor_Reply implements Serializable

Serialized Fields

queues

 Vector queues
Queues identifiers.


dmqs

 Vector dmqs
Dead message queues identifiers.


topics

 Vector topics
Topics identifiers.


names

 Hashtable names
Destinations' names, if any.

Class org.objectweb.joram.shared.admin.Monitor_GetDMQSettings extends Monitor_Request implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the target server.


target

 String target
Identifier of the target queue or user.

Class org.objectweb.joram.shared.admin.Monitor_GetDMQSettingsRep extends Monitor_Reply implements Serializable

Serialized Fields

dmqId

 String dmqId
DMQ identifier.


threshold

 Integer threshold
Threshold.

Class org.objectweb.joram.shared.admin.Monitor_GetFather extends Monitor_Request implements Serializable

Serialized Fields

topic

 String topic
Identifier of the target topic.

Class org.objectweb.joram.shared.admin.Monitor_GetFatherRep extends Monitor_Reply implements Serializable

Serialized Fields

fatherId

 String fatherId
Identifier of the hierarchical father.

Class org.objectweb.joram.shared.admin.Monitor_GetFreeAccess extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target destination.

Class org.objectweb.joram.shared.admin.Monitor_GetFreeAccessRep extends Monitor_Reply implements Serializable

Serialized Fields

freeReading

 boolean freeReading
true if READ access is free.


freeWriting

 boolean freeWriting
true if WRITE access is free.

Class org.objectweb.joram.shared.admin.Monitor_GetNumberRep extends Monitor_Reply implements Serializable

Serialized Fields

number

 int number
The integer value.

Class org.objectweb.joram.shared.admin.Monitor_GetPendingMessages extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target destination.

Class org.objectweb.joram.shared.admin.Monitor_GetPendingRequests extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target destination.

Class org.objectweb.joram.shared.admin.Monitor_GetReaders extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target destination.

Class org.objectweb.joram.shared.admin.Monitor_GetServersIds extends Monitor_Request implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the target server.

Class org.objectweb.joram.shared.admin.Monitor_GetServersIdsRep extends Monitor_Reply implements Serializable

Serialized Fields

ids

 Vector ids
Servers identifiers.

Class org.objectweb.joram.shared.admin.Monitor_GetSubscriptions extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target topic.

Class org.objectweb.joram.shared.admin.Monitor_GetUsers extends Monitor_Request implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the target server.

Class org.objectweb.joram.shared.admin.Monitor_GetUsersRep extends Monitor_Reply implements Serializable

Serialized Fields

users

 Hashtable users
Table holding the users identifications.

Class org.objectweb.joram.shared.admin.Monitor_GetWriters extends Monitor_Request implements Serializable

Serialized Fields

dest

 String dest
Identifier of the target destination.

Class org.objectweb.joram.shared.admin.Monitor_Reply extends AdminReply implements Serializable

Class org.objectweb.joram.shared.admin.Monitor_Request extends AdminRequest implements Serializable

Class org.objectweb.joram.shared.admin.RemoveQueueCluster extends SpecialAdmin implements Serializable

Serialized Fields

removeQueue

 String removeQueue

Class org.objectweb.joram.shared.admin.SetCluster extends AdminRequest implements Serializable

Serialized Fields

initId

 String initId
Identifier of the topic already part of a cluster, or chosen as the initiator.


topId

 String topId
Identifier of the topic joining the cluster, or the initiator.

Class org.objectweb.joram.shared.admin.SetDefaultDMQ extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the server the DMQ is set for.


dmqId

 String dmqId
Identifier of the DMQ.

Class org.objectweb.joram.shared.admin.SetDefaultThreshold extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the server the threshold is set for.


threshold

 int threshold
Threshold value.

Class org.objectweb.joram.shared.admin.SetDestinationDMQ extends AdminRequest implements Serializable

Serialized Fields

destId

 String destId
Identifier of the destination the DMQ is set for.


dmqId

 String dmqId
Identifier of the DMQ.

Class org.objectweb.joram.shared.admin.SetFather extends AdminRequest implements Serializable

Serialized Fields

father

 String father
Identifier of the father.


son

 String son
Identifier of the son.

Class org.objectweb.joram.shared.admin.SetQueueThreshold extends AdminRequest implements Serializable

Serialized Fields

queueId

 String queueId
Identifier of the queue the threshold is set for.


threshold

 int threshold
Threshold value.

Class org.objectweb.joram.shared.admin.SetReader extends SetRight implements Serializable

Class org.objectweb.joram.shared.admin.SetRight extends AdminRequest implements Serializable

Serialized Fields

userProxId

 String userProxId
Identifier of the user's proxy, null for all users.


destId

 String destId
Identifier of the destination.

Class org.objectweb.joram.shared.admin.SetUserDMQ extends AdminRequest implements Serializable

Serialized Fields

userProxId

 String userProxId
Identifier of the user's proxy the DMQ is set for.


dmqId

 String dmqId
Identifier of the DMQ.

Class org.objectweb.joram.shared.admin.SetUserThreshold extends AdminRequest implements Serializable

Serialized Fields

userProxId

 String userProxId
Identifier of the user's proxy the threshold is set for.


threshold

 int threshold
Threshold value.

Class org.objectweb.joram.shared.admin.SetWriter extends SetRight implements Serializable

Class org.objectweb.joram.shared.admin.SpecialAdmin extends AdminRequest implements Serializable

Serialized Fields

destId

 String destId
Identifier of the destination.

Class org.objectweb.joram.shared.admin.StopServerRequest extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Id of the server to stop.

Class org.objectweb.joram.shared.admin.UnsetCluster extends AdminRequest implements Serializable

Serialized Fields

id

 String id
Identifier of the topic leaving its cluster.

Class org.objectweb.joram.shared.admin.UnsetDefaultDMQ extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the server which default DMQ is unset.

Class org.objectweb.joram.shared.admin.UnsetDefaultThreshold extends AdminRequest implements Serializable

Serialized Fields

serverId

 int serverId
Identifier of the server which threshold is unset.

Class org.objectweb.joram.shared.admin.UnsetDestinationDMQ extends AdminRequest implements Serializable

Serialized Fields

destId

 String destId
Identifier of the destination which DMQ is unset.

Class org.objectweb.joram.shared.admin.UnsetFather extends AdminRequest implements Serializable

Serialized Fields

id

 String id
Identifier of the topic.

Class org.objectweb.joram.shared.admin.UnsetQueueThreshold extends AdminRequest implements Serializable

Serialized Fields

queueId

 String queueId
Identifier of the queue which threshold is unset.

Class org.objectweb.joram.shared.admin.UnsetReader extends SetRight implements Serializable

Class org.objectweb.joram.shared.admin.UnsetUserDMQ extends AdminRequest implements Serializable

Serialized Fields

userProxId

 String userProxId
Identifier of the user's proxy which DMQ is unset.

Class org.objectweb.joram.shared.admin.UnsetUserThreshold extends AdminRequest implements Serializable

Serialized Fields

userProxId

 String userProxId
Identifier of the user's proxy which threshold is unset.

Class org.objectweb.joram.shared.admin.UnsetWriter extends SetRight implements Serializable

Class org.objectweb.joram.shared.admin.UpdateUser extends AdminRequest implements Serializable

Serialized Fields

userName

 String userName
Name of the user.


proxId

 String proxId
Identifier of the user's proxy.


newName

 String newName
New name of the user.


newPass

 String newPass
New password of the user.

Package org.objectweb.joram.shared.client

Class org.objectweb.joram.shared.client.AbstractJmsReply extends java.lang.Object implements Serializable

Serialized Fields

correlationId

 int correlationId
Identifier of the replied request.

Class org.objectweb.joram.shared.client.AbstractJmsRequest extends java.lang.Object implements Serializable

Serialized Fields

requestId

 int requestId
Identifier of the request.


target

 String target
The request target is either a destination agent name, or a subscription name.

Class org.objectweb.joram.shared.client.CnxCloseReply extends AbstractJmsReply implements Serializable

Class org.objectweb.joram.shared.client.CnxCloseRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.CnxConnectReply extends AbstractJmsReply implements Serializable

Serialized Fields

cnxKey

 int cnxKey
The connection's key.


proxyId

 String proxyId
The proxy's identifier.

Class org.objectweb.joram.shared.client.CnxConnectRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.CnxStartRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.CnxStopRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.ConsumerAckRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

id

 String id
Message identifier.


queueMode

 boolean queueMode
true if the request is destinated to a queue.

Class org.objectweb.joram.shared.client.ConsumerCloseSubRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.ConsumerDenyRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

id

 String id
Message identifier.


queueMode

 boolean queueMode
true if the request is destinated to a queue.


doNotAck

 boolean doNotAck
true if the request must not be acked by the server.

Class org.objectweb.joram.shared.client.ConsumerMessages extends AbstractJmsReply implements Serializable

Serialized Fields

message

 Message message
Wrapped message.


messages

 Vector messages
Wrapped messages.


comingFrom

 String comingFrom
Name of the subscription or the queue the messages come from.


queueMode

 boolean queueMode
true if the messages come from a queue.

Class org.objectweb.joram.shared.client.ConsumerReceiveRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

selector

 String selector
The selector for filtering messages on a queue.


timeToLive

 long timeToLive
The time to live value of the request (negative for infinite).


queueMode

 boolean queueMode
true if the request is destinated to a queue.

Class org.objectweb.joram.shared.client.ConsumerSetListRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

selector

 String selector
Selector for filtering messages on a queue.


queueMode

 boolean queueMode
true if the request is destinated to a queue.

Class org.objectweb.joram.shared.client.ConsumerSubRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

subName

 String subName
The subscription's name.


selector

 String selector
The selector for filtering messages.


noLocal

 boolean noLocal
true if the subscriber does not wish to consume messages produced by its connection.


durable

 boolean durable
true if the subscription is durable.

Class org.objectweb.joram.shared.client.ConsumerUnsetListRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

queueMode

 boolean queueMode
true if the listener is listening to a queue.


cancelledRequestId

 int cancelledRequestId
Identifier of the last listener request, cancelled by this request, queue mode only.

Class org.objectweb.joram.shared.client.ConsumerUnsubRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.GetAdminTopicReply extends AbstractJmsReply implements Serializable

Serialized Fields

id

 String id
Identifier of the admin topic.

Class org.objectweb.joram.shared.client.GetAdminTopicRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.MomExceptionReply extends AbstractJmsReply implements Serializable

Serialized Fields

momExcept

 MomException momExcept
The wrapped exception.

Class org.objectweb.joram.shared.client.PingRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.ProducerMessages extends AbstractJmsRequest implements Serializable

Serialized Fields

message

 Message message
The wrapped message.


messages

 Vector messages
The wrapped messages.

Class org.objectweb.joram.shared.client.QBrowseReply extends AbstractJmsReply implements Serializable

Serialized Fields

message

 Message message
The message carried by this reply.


messages

 Vector messages
The vector of messages carried by this reply.

Class org.objectweb.joram.shared.client.QBrowseRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

selector

 String selector
The selector for filtering messages.

Class org.objectweb.joram.shared.client.ServerReply extends AbstractJmsReply implements Serializable

Class org.objectweb.joram.shared.client.SessAckRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

ids

 Vector ids
Vector of message identifiers.


queueMode

 boolean queueMode
true if the request is destinated to a queue.

Class org.objectweb.joram.shared.client.SessCreateTDReply extends AbstractJmsReply implements Serializable

Serialized Fields

agentId

 String agentId
The string identifier of the temporary destination agent.

Class org.objectweb.joram.shared.client.SessCreateTQRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.SessCreateTTRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.SessDenyRequest extends AbstractJmsRequest implements Serializable

Serialized Fields

ids

 Vector ids
Vector of message identifiers.


queueMode

 boolean queueMode
true if the request is destinated to a queue.


doNotAck

 boolean doNotAck
true if the request must not be acked by the server.

Class org.objectweb.joram.shared.client.TempDestDeleteRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.XACnxCommit extends AbstractJmsRequest implements Serializable

Serialized Fields

bq

 byte[] bq
Transaction branch qualifier.


fi

 int fi
Transaction identifier format.


gti

 byte[] gti
Global transaction identifier.

Class org.objectweb.joram.shared.client.XACnxPrepare extends AbstractJmsRequest implements Serializable

Serialized Fields

bq

 byte[] bq
Transaction branch qualifier.


fi

 int fi
Transaction identifier format.


gti

 byte[] gti
Global transaction identifier.


sendings

 Vector sendings
Vector of ProducerMessages instances.


acks

 Vector acks
Vector of SessAckRequest instances.

Class org.objectweb.joram.shared.client.XACnxRecoverReply extends AbstractJmsReply implements Serializable

Serialized Fields

bqs

 Vector bqs
Branch qualifiers.


fis

 Vector fis
Format identifiers.


gtis

 Vector gtis
Global transaction identifiers.

Class org.objectweb.joram.shared.client.XACnxRecoverRequest extends AbstractJmsRequest implements Serializable

Class org.objectweb.joram.shared.client.XACnxRollback extends AbstractJmsRequest implements Serializable

Serialized Fields

bq

 byte[] bq
Transaction branch qualifier.


fi

 int fi
Transaction identifier format.


gti

 byte[] gti
Global transaction identifier.


qDenyings

 Hashtable qDenyings
Table holding the identifiers of the messages to deny on queues.


subDenyings

 Hashtable subDenyings
Table holding the identifiers of the messages to deny on subs.


Copyright B) 2004 Scalagent - All rights reserved