Serialized Form


Package com.scalagent.joram.mom.dest.ftp

Class com.scalagent.joram.mom.dest.ftp.FtpNot extends ClientMessages implements Serializable

serialVersionUID: 1L

Class com.scalagent.joram.mom.dest.ftp.FtpQueue extends Queue implements Serializable

serialVersionUID: 1L

Class com.scalagent.joram.mom.dest.ftp.FtpQueueImpl extends QueueImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

user

java.lang.String user

pass

java.lang.String pass

path

java.lang.String path

dmq

AgentId dmq

clientContext

int clientContext

requestId

int requestId

ftpImplName

java.lang.String ftpImplName

transferTable

java.util.Hashtable<K,V> transferTable

Package com.scalagent.joram.mom.dest.scheduler

Class com.scalagent.joram.mom.dest.scheduler.SchedulerQueue extends Queue implements Serializable

serialVersionUID: 1L

Class com.scalagent.joram.mom.dest.scheduler.SchedulerQueueImpl extends QueueImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduler

Scheduler scheduler

Class com.scalagent.joram.mom.dest.scheduler.SchedulerQueueNot extends Notification implements Serializable

serialVersionUID: 1L

Class com.scalagent.joram.mom.dest.scheduler.SchedulerQueueTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

schedulerQueue

AgentId schedulerQueue

Package com.scalagent.scheduler

Class com.scalagent.scheduler.CronEvent extends ScheduleEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

ranges

java.util.BitSet[] ranges
cron dates for this event

Class com.scalagent.scheduler.ScheduleEvent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
event name


date

java.util.Date date
event scheduling date


outdatedRestart

boolean outdatedRestart
execute outdated event on restart

Class com.scalagent.scheduler.ScheduleItem extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

event

ScheduleEvent event
may be of a derived class


date

java.util.Date date
next schedule date


prev

ScheduleItem prev
previous item, null terminated


next

ScheduleItem next
next item, null terminated


task

ScheduleTask task
the schedule task

Class com.scalagent.scheduler.Scheduler extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.scalagent.scheduler.Scheduler.WakeUp extends java.util.TimerTask implements Serializable

serialVersionUID: 1L


Package fr.dyade.aaa.agent

Class fr.dyade.aaa.agent.Agent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class fr.dyade.aaa.agent.AgentCreateReply extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentId agent

Class fr.dyade.aaa.agent.AgentCreateRequest extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

reply

AgentId reply
Id. of agent to reply to


deploy

AgentId deploy
Id. of agent to deploy, used since id is not more serialized in agent state.


agentState

byte[] agentState
Serialized state of the agent

Class fr.dyade.aaa.agent.AgentDeleteRequest extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

reply

AgentId reply
the agent identified by 'reply' will receive a DeleteAck when destruction complete


extraInformation

java.lang.Object extraInformation
The extra information is added to the DeleteAck when notifying the reply agent.

Class fr.dyade.aaa.agent.AgentException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

cause

java.lang.Throwable cause
This class does not use the initCause because this class handles the deserialization of the cause that may fail if its class is unknown.

Class fr.dyade.aaa.agent.AgentId extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
The readObject is responsible for reading from the stream and restoring the classes fields.

Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
The writeObject method is responsible for writing the state of the object for its particular class so that the corresponding readObject method can restore it.

Throws:
java.io.IOException

Class fr.dyade.aaa.agent.DeleteAck extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentId agent

status

int status

extraInformation

java.lang.Object extraInformation

exc

java.lang.Throwable exc

Class fr.dyade.aaa.agent.DeleteNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

reply

AgentId reply
the agent identified by 'reply' will receive a DeleteAck when destruction complete

Class fr.dyade.aaa.agent.ExceptionNotification extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentId agent
The target agent id.


not

Notification not
The failing notification.


exc

java.lang.Exception exc
The exception thrown.

Class fr.dyade.aaa.agent.ExpirationExceededException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.ExpiredNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

expiredNot

Notification expiredNot
The expiration which had expired.


from

AgentId from
The agent which sent the expired notification.


to

AgentId to
The destination agent of the expired notification.

Class fr.dyade.aaa.agent.FlowControlNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

driverId

int driverId
id of DriverIn agent issuing notification, when applicable


driverKey

int driverKey
Key of the DriverIn issuing the notification, in a multi connections context.

Class fr.dyade.aaa.agent.HAStateReply extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

now

long now
Engine state


stamp

int stamp

agents

byte[] agents

messages

byte[] messages

clock

byte[] clock
Network state

Class fr.dyade.aaa.agent.HAStateRequest extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

addr

org.jgroups.Address addr
The requestor address. This address is actually unused as the reply is broadcasted to all components (to keep order with other messages).

Class fr.dyade.aaa.agent.JGroupsAckMsg extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

stamp

int stamp

isPersistent

boolean isPersistent

Class fr.dyade.aaa.agent.Notification extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expiration

long expiration
The expiration date for this notification. This field is handled by the network protocol in order to fit the time synchronization problem.


priority

byte priority
The priority for this notification from 0 to 9, 9 being the highest. By default, the priority is 4


deadNotificationAgentId

AgentId deadNotificationAgentId
The agentId identifying the agent to which the notification is sent when it is expired.
Default value is null, which means the expired notification is lost.


context

java.lang.Object context
Context of the notification.

Class fr.dyade.aaa.agent.Role extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

listener

AgentId listener
The wrapped AgentId.


name

java.lang.String name
The role name.

Class fr.dyade.aaa.agent.RoleMultiple extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

list

java.util.Vector<E> list

Class fr.dyade.aaa.agent.ServerConfigHelper.NameAlreadyUsedException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.ServerConfigHelper.ServerIdAlreadyUsedException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.ServerConfigHelper.StartFailureException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.ServerDesc extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sid

short sid
Server unique identifier.


name

java.lang.String name
Server name.


sockAddrs

java.util.Vector<E> sockAddrs
The IP address of the server. It contains hostname and port (SocketAddress) of remote server. The communication port is set only if the server is directly accessible from this node; in this case it corresponds to the communication port of the server in the adjoining domain. The descriptor of an HA server contains one SocketAddress for each of its constituent.


gateway

short gateway
Server Id. of a gateway server for this server if it is not in an adjoining domain.

Class fr.dyade.aaa.agent.ServiceDesc extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class fr.dyade.aaa.agent.ServiceManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

java.util.Hashtable<K,V> registry
repository holding Services

Class fr.dyade.aaa.agent.SyncNotification extends Notification implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.TransactionError extends java.lang.VirtualMachineError implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.UnknownAgent extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentId agent
The non-existent target agent id.


not

Notification not
The failing notification that can not be delivered.

Class fr.dyade.aaa.agent.UnknownAgentException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.UnknownDomainException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.UnknownNotification extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

agent

AgentId agent
The target agent id.


not

Notification not
The failing notification.

Class fr.dyade.aaa.agent.UnknownNotificationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.UnknownServerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.UnknownServiceException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package fr.dyade.aaa.agent.conf

Class fr.dyade.aaa.agent.conf.A3CMLCluster extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sid

short sid

name

java.lang.String name

jvmArgs

java.lang.String jvmArgs

servers

java.util.Hashtable<K,V> servers

properties

java.util.Hashtable<K,V> properties

Class fr.dyade.aaa.agent.conf.A3CMLConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

domains

java.util.Hashtable<K,V> domains
Hashtable of all domains


servers

java.util.Hashtable<K,V> servers
Hashtable of all servers (persistent and transient)


properties

java.util.Hashtable<K,V> properties
Hashtable of all global properties


clusters

java.util.Hashtable<K,V> clusters
Hashtable of all clusters

Class fr.dyade.aaa.agent.conf.A3CMLDomain extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
Name of the domain.


network

java.lang.String network
Full name of Java class


servers

java.util.Vector<E> servers
Description of alls servers in domain


gateway

short gateway
Server Id. of router (1st hop) to access this domain from current node, if -1 the domain is not accessible.


hops

int hops
Logical distance between the server of this domain and the root one, i.e. the number of hops to reach a server from the local one.

Class fr.dyade.aaa.agent.conf.A3CMLNat extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sid

short sid
server id.


host

java.lang.String host
Value of the translation host.


port

int port
Value of the translation port.

Class fr.dyade.aaa.agent.conf.A3CMLNetwork extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

domain

java.lang.String domain

port

int port

Class fr.dyade.aaa.agent.conf.A3CMLProperty extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
Name of the property.


value

java.lang.String value
Value of the property.

Class fr.dyade.aaa.agent.conf.A3CMLServer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sid

short sid

name

java.lang.String name

hostname

java.lang.String hostname

domain

java.lang.String domain
Domain (1st hop) used to access this server from current node.


port

int port
Communication port if the server is directly accessible by the root server.


nat

java.util.Hashtable<K,V> nat

networks

java.util.Vector<E> networks

services

java.util.Vector<E> services

jvmArgs

java.lang.String jvmArgs

properties

java.util.Hashtable<K,V> properties

visited

boolean visited
True if the server is already visited during configuration phase.


gateway

short gateway
For persistent server, Id. of router (1st hop) used to access the server from current node. if -1 the server is not accessible. This value is fixed during configuration phase.


hops

int hops
Logical distance between this server and the root one, i.e. the number of hops to reach it from the local one.

Class fr.dyade.aaa.agent.conf.A3CMLService extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classname

java.lang.String classname

args

java.lang.String args

Class fr.dyade.aaa.agent.conf.DuplicateClusterException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.DuplicateDomainException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.DuplicateServerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.UnknownClusterException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.UnknownDomainException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.UnknownServerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.agent.conf.UnknownServiceException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package fr.dyade.aaa.common

Class fr.dyade.aaa.common.EmptyQueueException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.common.Queue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

elements

java.util.List<E> elements
The list holding queue elements.


stopping

boolean stopping
true if a producer called the stop() method.


closed

boolean closed
true if the queue has been closed.

Class fr.dyade.aaa.common.StoppedQueueException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package fr.dyade.aaa.common.stream

Class fr.dyade.aaa.common.stream.Properties extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Serializable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Package fr.dyade.aaa.jndi2.distributed

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

serialVersionUID: 1L

Serialized Fields

ownerId

java.lang.Object ownerId

Class fr.dyade.aaa.jndi2.distributed.InitJndiServerNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

jndiServerIds

AgentId[] jndiServerIds

contexts

NamingContextInfo[] contexts

isRequest

boolean isRequest
Indicates whether this notification is a request (spontaneously sent) or a reply to a request.

Class fr.dyade.aaa.jndi2.distributed.JndiUpdateNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

updateEvent

UpdateEvent updateEvent

Class fr.dyade.aaa.jndi2.distributed.ReplicationEntryPoint extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

manager

ReplicationManager manager

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

serialVersionUID: 1L

Serialized Fields

rootOwnerId

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


serverIds

short[] serverIds
List of the initially known servers.


looseCoupling

boolean looseCoupling

Class fr.dyade.aaa.jndi2.distributed.SyncReplyNot extends Notification implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.jndi2.distributed.SyncRequestNot extends Notification implements Serializable

serialVersionUID: 1L


Package fr.dyade.aaa.jndi2.ha

Class fr.dyade.aaa.jndi2.ha.GetRequestIdNot extends SyncNotification implements Serializable

serialVersionUID: 1L

Class fr.dyade.aaa.jndi2.ha.HAEntryPoint extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

manager

HARequestManager manager

Class fr.dyade.aaa.jndi2.ha.HARequestContext extends RequestContext implements Serializable

serialVersionUID: 1L

Serialized Fields

request

JndiRequest request

reply

JndiReply reply

id

int id

Class fr.dyade.aaa.jndi2.ha.HARequestManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

manager

RequestManager manager

Package fr.dyade.aaa.jndi2.impl

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

serialVersionUID: 1L

Serialized Fields

object

java.lang.Object object

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

serialVersionUID: 1L

Serialized Fields

formerOwnerId

java.lang.Object formerOwnerId

contexts

NamingContextInfo[] contexts

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

serialVersionUID: 1L

Serialized Fields

contextIdTable

ContextTable contextIdTable

contextNameTable

ContextTable contextNameTable

rootContextId

NamingContextId rootContextId

storageManager

StorageManager storageManager

Class fr.dyade.aaa.jndi2.impl.ContextRecord extends Record implements Serializable

serialVersionUID: 1L

Serialized Fields

id

NamingContextId id

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

serialVersionUID: 1L

Serialized Fields

path

javax.naming.CompositeName path

contextId

NamingContextId contextId

ownerId

java.lang.Object ownerId

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

serialVersionUID: 1L

Serialized Fields

path

javax.naming.CompositeName path

Class fr.dyade.aaa.jndi2.impl.MissingContextException extends javax.naming.NamingException implements Serializable

serialVersionUID: 1L

Serialized Fields

missingContextId

NamingContextId missingContextId
The identifier of the missing context


name

javax.naming.CompositeName name

Class fr.dyade.aaa.jndi2.impl.MissingRecordException extends javax.naming.NamingException implements Serializable

serialVersionUID: 1L

Serialized Fields

namingContextId

NamingContextId namingContextId

ownerId

java.lang.Object ownerId

nnfe

javax.naming.NameNotFoundException nnfe

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

serialVersionUID: 1L

Serialized Fields

id

NamingContextId id

ownerId

java.lang.Object ownerId

records

java.util.Vector<E> records

contextName

javax.naming.CompositeName contextName

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

serialVersionUID: 1L

Serialized Fields

factoryId

java.lang.Object factoryId

localId

long localId

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

serialVersionUID: 1L

Serialized Fields

namingContext

NamingContext namingContext

name

javax.naming.CompositeName name

Class fr.dyade.aaa.jndi2.impl.NotOwnerException extends javax.naming.NamingException implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

java.lang.Object owner

Class fr.dyade.aaa.jndi2.impl.ObjectRecord extends Record implements Serializable

serialVersionUID: 1L

Serialized Fields

obj

java.lang.Object obj

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

serialVersionUID: 1L

Serialized Fields

object

java.lang.Object object

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

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

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

serialVersionUID: 1L

Serialized Fields

table

java.util.Hashtable<K,V> table

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

updatedContextId

NamingContextId updatedContextId

name

java.lang.String name

compositeName

javax.naming.CompositeName compositeName

Package fr.dyade.aaa.jndi2.msg

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

serialVersionUID: 1L

Serialized Fields

obj

java.lang.Object obj

rebind

boolean rebind

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

serialVersionUID: 1L

Serialized Fields

ownerId

java.lang.String ownerId

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

exc

javax.naming.NamingException exc

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

name

javax.naming.CompositeName name

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

serialVersionUID: 1L

Serialized Fields

bindings

javax.naming.Binding[] bindings

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

pairs

javax.naming.NameClassPair[] pairs

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

obj

java.lang.Object obj

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

serialVersionUID: 1L

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

serialVersionUID: 1L


Package fr.dyade.aaa.jndi2.server

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

serialVersionUID: 1L

Serialized Fields

manager

RequestManager manager

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

serialVersionUID: 1L

Serialized Fields

request

JndiRequest request

from

AgentId from

doReply

boolean doReply

Class fr.dyade.aaa.jndi2.server.Container extends Agent implements Serializable

serialVersionUID: 1L

Serialized Fields

entryPoints

java.util.Vector<E> entryPoints

lifeCycleListener

LifeCycleListener lifeCycleListener

bagSerializer

BagSerializer bagSerializer

Class fr.dyade.aaa.jndi2.server.JndiReplyNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

request

JndiRequest request

reply

JndiReply reply

Class fr.dyade.aaa.jndi2.server.JndiScriptReplyNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

replies

JndiReply[] replies

Class fr.dyade.aaa.jndi2.server.JndiScriptRequestNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

requests

JndiRequest[] requests

reply

boolean reply

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

Serialized Fields

resolvedName

javax.naming.CompositeName resolvedName

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

serialVersionUID: 1L

Serialized Fields

container

Container container

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

serialVersionUID: 1L

Serialized Fields

manager

RequestManager manager

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

serialVersionUID: 1L

Serialized Fields

request

JndiRequest request

Class fr.dyade.aaa.jndi2.server.TcpRequestNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

ctx

RequestContext ctx

Package fr.dyade.aaa.util

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

serialVersionUID: 1L

Serialized Fields

type

int type
Type of the operation.


dirName

java.lang.String dirName
Relative path of the object if any, null otherwise.


name

java.lang.String name
Name of the object


value

byte[] value
Binary representation of the object (only for create and save operation).


logidx

int logidx

logptr

int logptr

Package org.objectweb.joram.client.connector

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

serialVersionUID: 1L

Serialized Fields

destinationType

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


destination

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


userName

java.lang.String userName
User identification.


password

java.lang.String password
User password.


identityClass

java.lang.String identityClass
identity class name.


messageSelector

java.lang.String messageSelector
Message selector.


subscriptionDurability

java.lang.String subscriptionDurability
Subscription durability.


subscriptionName

java.lang.String subscriptionName
Durable subscription name, if any.


acknowledgeMode

java.lang.String acknowledgeMode
Acknowledgement mode.


maxNumberOfWorks

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


maxMessages

java.lang.String maxMessages
The maximum number of messages that can be assigned to a server session at one time Default is 10.

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialization Methods

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

collocated

boolean collocated
true for collocated outbound connectivity.


isHa

boolean isHa
true for ha mode


hostName

java.lang.String hostName
Underlying JORAM server host name.


serverPort

int serverPort
Underlying JORAM server port number.


userName

java.lang.String userName
Default user identification.


password

java.lang.String password
Default user password.


identityClass

java.lang.String identityClass
Default identityClass


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.


asyncSend

boolean asyncSend
Determines whether the produced messages are asynchronously sent or not (without or with acknowledgement) Default is false (with ack).


multiThreadSync

boolean multiThreadSync
Determines whether client threads which are using the same connection are synchronized in order to group together the requests they send.


multiThreadSyncDelay

int multiThreadSyncDelay
The maximum time the threads hang if 'multiThreadSync' is true. Either they wake up (wait time out) or they are notified (by the first woken up thread).


outLocalAddress

java.lang.String outLocalAddress
This is the local IP address on which the TCP connection is activated. The value can either be a machine name, such as "java.sun.com", or a textual representation of its IP address.


outLocalPort

int outLocalPort
This is the local IP address port on which the TCP connection is activated


inInterceptors

java.lang.String inInterceptors
Comma separated list of IN interceptors.


outInterceptors

java.lang.String outInterceptors
Comma separated list of OUT interceptors.

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

mcf

ManagedConnectionFactoryImpl mcf
Central manager for outbound connectivity.


cxManager

javax.resource.spi.ConnectionManager cxManager
Manager for connection pooling.


reference

javax.naming.Reference reference
Naming reference of this instance.

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

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

serialVersionUID: 1L

Serialized Fields

agentId

java.lang.String agentId
Identifier of the agent destination. Be careful when using directly this attribute, it is null in clustered destination even the getDestination method is called.


type

byte type
Type of the destination: Queue or Topic, Temporary or not.

See Also:
Destination.getType()

adminName

java.lang.String adminName
Name given by the administrator.


wrapper

AdminWrapper wrapper
Administration wrapper used to perform administration stuff.

It is defined through AdminModule element, it is closed at the end of the script. if it is not defined the wrapper set at creation is used, if none the static AdminModule connection is used.

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

serialVersionUID: 1L

Serialized Fields

host

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


port

int port
Port to be used for accessing the server.


url

java.lang.String url
url needed to connect to joram HA


TcpNoDelay

boolean TcpNoDelay
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm), default value is true.


SoLinger

int SoLinger
Enable SO_LINGER with the specified linger time in seconds, if the value is less than 0 then it disables SO_LINGER. Default value is -1.


SoTimeout

int SoTimeout
Enable/disable SO_TIMEOUT with the specified timeout in milliseconds. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout. Default value is 0.


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

The default value is 0 (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.


socketFactory

java.lang.String socketFactory
Allows to define a specific factory for socket in order to by-pass compatibility problem between JDK version. Currently there is two factories, The default factory one for JDK since 1.4, and SocketFactory13 for JDK prior to 1.4.


implicitAck

boolean implicitAck
Determines whether the messages consumed are implicitly acknowledged or not. When true messages are immediately removed from queue when delivered.


asyncSend

boolean asyncSend
Determines whether the produced messages are asynchronously sent or not (without or with acknowledgement).

Default is false (with ack).


queueMessageReadMax

int queueMessageReadMax
The maximum number of messages that can be read at once from a queue.

Default is 1.


topicAckBufferMax

int topicAckBufferMax
The maximum number of acknowledgements that can be buffered in Session.DUPS_OK_ACKNOWLEDGE mode when listening to a topic.

Default value is 10.


multiThreadSync

boolean multiThreadSync
Determines whether client threads which are using the same connection are synchronized in order to group together the requests they send.


multiThreadSyncDelay

int multiThreadSyncDelay
The maximum time the threads hang if 'multiThreadSync' is true.

Either they wake up (wait time out) or they are notified (by the first waken up thread).

Default value is 1ms.


multiThreadSyncThreshold

int multiThreadSyncThreshold
The maximum numbers of threads that hang if 'multiThreadSync' is true.

Default value is 10 waiting threads.


topicPassivationThreshold

int topicPassivationThreshold
This threshold is the maximum messages number over which the subscription is passivated.

Default is Integer.MAX_VALUE.


topicActivationThreshold

int topicActivationThreshold
This threshold is the minimum messages number below which the subscription is activated.

Default value is 0.


outLocalAddress

java.lang.String outLocalAddress
This is the local IP address on which the TCP connection is activated.

The value can either be a machine name, such as "java.sun.com", or a textual representation of its IP address.


outLocalPort

int outLocalPort
This is the local IP address port on which the TCP connection is activated


inInterceptors

java.util.List<E> inInterceptors
List of Message interceptors while receiving a message.
These interceptors are called when Session#receive() is called.
The execution follows the order of the elements within the list.
This property is facultative. If set, then the callback method of the IN interceptors are called.


outInterceptors

java.util.List<E> outInterceptors
List of Message interceptors while sending a message.
These interceptors are called when Session#send() is called.
The execution follows the order of the elements within the list.
This property is facultative. If set, then the callback method of the OUT interceptors are called.

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L


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

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

Serialized Fields

params

FactoryParameters params
Object containing the factory's parameters.


reliableClass

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


identity

Identity identity
Authentication identity.


identityClassName

java.lang.String identityClassName

isSetIdentityClassName

boolean isSetIdentityClassName

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

cluster

java.util.Hashtable<K,V> cluster

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

serialVersionUID: 1L

Serialized Fields

cluster

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

name

java.lang.String name
The name of the user.


proxyId

java.lang.String proxyId
Identifier of the user's proxy agent.


wrapper

AdminWrapper wrapper
Administration wrapper used to perform administration stuff.

It is defined through AdminModule element, it is closed at the end of the script. if it is not defined the wrapper set at creation is used, if none the static AdminModule connection is used.


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.mom.dest

Class org.objectweb.joram.mom.dest.AcquisitionNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

acquiredMessages

ClientMessages acquiredMessages

id

java.lang.String id

Class org.objectweb.joram.mom.dest.AcquisitionQueue extends Queue implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

properties

java.util.Properties properties
Stores the last set of properties defined.


lastMessageId

java.lang.String lastMessageId
Stores the id of the last message received to avoid duplicates.


msgCount

long msgCount
The number of produced messages.


acquisitionClassName

java.lang.String acquisitionClassName
The acquisition class name.

Class org.objectweb.joram.mom.dest.AcquisitionTopic extends Topic implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

properties

java.util.Properties properties
Stores the last set of properties defined.


lastMessageId

java.lang.String lastMessageId
Stores the id of the last message received to avoid duplicates.


msgCount

long msgCount
The number of produced messages.


acquisitionClassName

java.lang.String acquisitionClassName
The acquisition class name.

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

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

Throws:
java.io.IOException
Serialized Fields

serverId

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


destinationsTable

java.util.Map<K,V> destinationsTable
Table holding the local server's destinations names. This table is used by more than one thread so it needs to be synchronized.

Key: destination name
Object: destination agent identifier


usersTable

java.util.Map<K,V> usersTable
Table holding the TCP users identifications.

Key: user name
Object: user password


proxiesTable

java.util.Map<K,V> proxiesTable
Table holding the TCP users proxies identifiers.

Key: user name
Object: proxy's identifier


requestsTable

java.util.Map<K,V> 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.

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

serialVersionUID: 1L

Serialized Fields

id

AgentId id

name

java.lang.String name

type

byte 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

clusters

java.util.Hashtable<K,V> clusters
key = agentId of ClusterQueue value = rateOfFlow (Float)


loadingFactor

LoadingFactor loadingFactor
to evaluate the loading factor, overloading, ...


timeTable

java.util.LinkedHashMap<K,V> timeTable
key = msgId value = date


visitTable

java.util.Hashtable<K,V> visitTable
key = msgId value = List (alreadyVisit)


clusterDeliveryCount

long clusterDeliveryCount
Number of message send to cluster


waitAfterClusterReq

long waitAfterClusterReq
Waiting after a cluster request


timeThreshold

long timeThreshold
Maximum period of time before forwarding a waiting message or request to other queues of the cluster. By default it is set to QueueImpl.period.

Class org.objectweb.joram.mom.dest.DeadMQueue extends Queue implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.dest.Destination extends Agent implements Serializable

Serialized Fields

destImpl

DestinationImpl destImpl
The reference of the 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

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

deletable

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


period

long period
period to run task at regular interval: cleaning, load-balancing, etc.


adminId

AgentId adminId
Identifier of the destination's administrator. In any case the administration topics are authorized to handle the destination, this mechanism allows an other agent to get the same rights. In particular it is needed to allow user's proxy to handle temporary destinations.


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

java.util.Hashtable<K,V> 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.


creationDate

long creationDate
date of creation.


nbMsgsReceiveSinceCreation

long nbMsgsReceiveSinceCreation

nbMsgsDeliverSinceCreation

long nbMsgsDeliverSinceCreation

nbMsgsSentToDMQSinceCreation

long nbMsgsSentToDMQSinceCreation

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

serialVersionUID: 1L

Serialized Fields

keep

boolean keep
Tells if distributed message is kept in destination


distributionHandler

DistributionHandler distributionHandler
Holds the distribution logic.


destination

DestinationImpl destination
The distribution queue or topic using this module.

Class org.objectweb.joram.mom.dest.DistributionQueue extends Queue implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

properties

java.util.Properties properties

Class org.objectweb.joram.mom.dest.DistributionTopic extends Topic implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

properties

java.util.Properties properties

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

serialVersionUID: 1L

Serialized Fields

status

int status
status


statusTime

long statusTime
status time


consumerStatus

int consumerStatus
consumer status


producerStatus

int producerStatus
producer status


clusterQueueImpl

ClusterQueueImpl clusterQueueImpl
reference to clusterQueueImpl


producThreshold

int producThreshold
producer threshold


consumThreshold

int consumThreshold
consumer threshold


autoEvalThreshold

boolean autoEvalThreshold
automatic eval threshold


validityPeriod

long validityPeriod
validity period


rateOfFlow

float rateOfFlow

overLoaded

boolean overLoaded

nbOfPendingMessages

int nbOfPendingMessages

nbOfPendingRequests

int nbOfPendingRequests

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

serialVersionUID: 1L

Serialized Fields

mbean

java.lang.String mbean
Name of the MBean


attributes

java.lang.String[] attributes
List of attributes

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

threshold

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


samePriorities

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


priority

int priority
Common priority value.


consumers

java.util.Hashtable<K,V> consumers
Table keeping the messages' consumers identifiers.


contexts

java.util.Hashtable<K,V> contexts
Table keeping the messages' consumers contexts.


arrivalsCounter

long arrivalsCounter
Counter of messages arrivals.


requests

java.util.Vector<E> requests
Vector holding the requests before reply or expiry.


nbMaxMsg

int nbMaxMsg
nb Max of Message store in queue (-1 no limit).

Class org.objectweb.joram.mom.dest.Topic extends Destination implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.dest.TopicForwardNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

toFather

boolean toFather
true if the notification is destinated to a hierarchical father.


messages

ClientMessages messages
The forwarded messages.

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

serialVersionUID: 1L

Serialized Fields

fatherId

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


friends

java.util.Set<E> friends
Set of cluster fellows, if any.


subscribers

java.util.Vector<E> subscribers
Vector of subscribers' identifiers.


selectors

java.util.Hashtable<K,V> selectors
Table of subscribers' selectors.


Package org.objectweb.joram.mom.dest.jmsbridge

Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeAckNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.String id
Identifier of the message successfully delivered to the foreign JMS server.

Class org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeDeliveryNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message
Message obtained from the foreign JMS server.

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

serialVersionUID: 1L

Serialization Methods

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

agentId

AgentId agentId
Identifier of the agent using this module.


jndiFactory

java.lang.String jndiFactory
Name of the JNDI factory class to use.


jndiUrl

java.lang.String jndiUrl
JNDI URL.


cnxFactName

java.lang.String cnxFactName
ConnectionFactory JNDI name.


destName

java.lang.String destName
Destination JNDI name.


cnxFact

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


dest

javax.jms.Destination dest
Foreign JMS destination object.


userName

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


password

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


clientID

java.lang.String clientID
JMS clientID field.


selector

java.lang.String selector
Selector for filtering messages.


usable

boolean usable
true if the module is fully usable.


notUsableMessage

java.lang.String notUsableMessage
Message explaining why the module is not usable.


automaticRequest

boolean automaticRequest
Automatic receive for a bridge Queue. The foreign messages are transfer in bridge queue, without client request.


isXA

boolean isXA
Indicates to use an XAConnection. Default is false.


lock

java.lang.Object lock
serializable object for synchronization

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

jmsModule

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


outTable

java.util.Hashtable<K,V> outTable
Table persisting the outgoing messages until acknowledgement by the bridge module.

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

jmsModule

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


arrivalsCounter

long arrivalsCounter
Counter for keeping the original delivery order.


outTable

java.util.Hashtable<K,V> outTable
Table persisting the outgoing messages until acknowledgement by the bridge module.

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

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Package org.objectweb.joram.mom.notifications

Class org.objectweb.joram.mom.notifications.AbortReceiveRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

abortedRequestId

int abortedRequestId

Class org.objectweb.joram.mom.notifications.AbstractNotification extends Notification implements Serializable

Serialized Fields

clientContext

int clientContext
The 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.AbstractReplyNot extends AbstractNotification implements Serializable

Serialized Fields

correlationId

int correlationId
The correlationId field is equal to the request's identifier.

Class org.objectweb.joram.mom.notifications.AbstractRequestNot extends AbstractNotification implements Serializable

Serialized Fields

requestId

int requestId
The 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 AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

msgId

java.lang.String msgId
Message identifier.


msgIds

java.util.Vector<E> msgIds
Vector of message identifiers.

Class org.objectweb.joram.mom.notifications.AdminReplyNot extends AbstractNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

java.lang.String requestId
Field identifying the original request.


success

boolean success
true if the request succeeded.


info

java.lang.String info
Info related to the processing of the request.


replyObj

java.lang.Object replyObj
possible return object

Class org.objectweb.joram.mom.notifications.AdminRequestNot extends AbstractNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.String id
Field used for identifying the request.

Class org.objectweb.joram.mom.notifications.BrowseReply extends AbstractReplyNot implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message
The message contained in the queue.


messages

java.util.Vector<E> messages
The messages contained in the queue.

Class org.objectweb.joram.mom.notifications.BrowseRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

selector

java.lang.String selector
String selector for filtering messages, null or empty for no selection.

Class org.objectweb.joram.mom.notifications.ClientMessages extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message
Message sent by the client.


messages

java.util.List<E> messages
Messages sent by the client.


asyncSend

boolean asyncSend

Class org.objectweb.joram.mom.notifications.DenyRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

msgId

java.lang.String msgId
Message identifier.


msgIds

java.util.Vector<E> msgIds
Vector of message identifiers.

Class org.objectweb.joram.mom.notifications.ExceptionReply extends AbstractReplyNot implements Serializable

serialVersionUID: 1L

Serialized Fields

except

MomException except
The MomException which occured when processing the request.

Class org.objectweb.joram.mom.notifications.FwdAdminRequestNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

request

AdminRequest request
The request


replyTo

AgentId replyTo
The JMS destination to send the reply


requestMsgId

java.lang.String requestMsgId
The JMS message id. of the request needed for the reply


replyMsgId

java.lang.String replyMsgId
The generated JMS message id. for the reply

Class org.objectweb.joram.mom.notifications.GetProxyIdListNot extends SyncNotification implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.notifications.GetProxyIdNot extends SyncNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

identity

Identity identity

inaddr

java.lang.String inaddr

Class org.objectweb.joram.mom.notifications.GetRightsReplyNot extends AdminReplyNot implements Serializable

serialVersionUID: 1L

Serialized Fields

isFreeReading

boolean isFreeReading
True if all users can read this destination.


isFreeWriting

boolean isFreeWriting
True if all users can write this destination.


readers

java.util.Vector<E> readers
Vector of readers' identifiers.


writers

java.util.Vector<E> writers
Vector of writers' identifiers.

Class org.objectweb.joram.mom.notifications.GetRightsRequestNot extends AdminRequestNot implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.notifications.JoinQueueCluster extends QueueClusterNot implements Serializable

serialVersionUID: 1L

Serialized Fields

clusters

java.util.Hashtable<K,V> clusters

clients

java.util.Hashtable<K,V> clients

freeReading

boolean freeReading

freeWriting

boolean freeWriting

Class org.objectweb.joram.mom.notifications.LBCycleLife extends QueueClusterNot implements Serializable

serialVersionUID: 1L

Serialized Fields

clientMessages

ClientMessages clientMessages

visitTable

java.util.Hashtable<K,V> visitTable

Class org.objectweb.joram.mom.notifications.LBLoadingFactor extends QueueClusterNot implements Serializable

serialVersionUID: 1L

Serialized Fields

validityPeriode

long validityPeriode

Class org.objectweb.joram.mom.notifications.LBMessageGive extends LBLoadingFactor implements Serializable

serialVersionUID: 1L

Serialized Fields

clientMessages

ClientMessages clientMessages

Class org.objectweb.joram.mom.notifications.LBMessageHope extends LBLoadingFactor implements Serializable

serialVersionUID: 1L

Serialized Fields

nbMsg

int nbMsg

Class org.objectweb.joram.mom.notifications.LeaveQueueCluster extends QueueClusterNot implements Serializable

serialVersionUID: 1L

Serialized Fields

removeQueue

java.lang.String removeQueue

Class org.objectweb.joram.mom.notifications.QueueClusterNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

rateOfFlow

float rateOfFlow

Class org.objectweb.joram.mom.notifications.QueueMsgReply extends AbstractReplyNot implements Serializable

serialVersionUID: 1L

Serialized Fields

messages

java.util.Vector<E> messages
The message sent by the queue.

Class org.objectweb.joram.mom.notifications.ReceiveRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

selector

java.lang.String selector
String selector for filtering messages, null or empty for no selection.


timeOut

long timeOut
The time-to-live value in milliseconds, during which a receive request is valid.


expirationTime

long expirationTime
The expiration time of the request.


autoAck

boolean autoAck
If true, the consumed message will be immediately deleted on the queue.


requester

AgentId requester
Identifier of the client requesting a message, set by the queue if storing the request.


msgIds

java.lang.String[] msgIds

msgCount

int msgCount

Class org.objectweb.joram.mom.notifications.RequestGroupNot extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

clientMessages

java.util.Vector<E> clientMessages

Class org.objectweb.joram.mom.notifications.SpecialAdminRequest extends AdminRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

request

SpecialAdmin request

Class org.objectweb.joram.mom.notifications.SubscribeReply extends AbstractReplyNot implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.notifications.SubscribeRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Serialized Fields

selector

java.lang.String selector
Selector for filtering messages, null or empty string for no selection.


asyncSub

boolean asyncSub
asynchronous subscription request.

Class org.objectweb.joram.mom.notifications.TopicMsgsReply extends AbstractReplyNot implements Serializable

serialVersionUID: 1L

Serialized Fields

messages

java.util.List<E> messages
Vector of messages.

Class org.objectweb.joram.mom.notifications.UnsubscribeRequest extends AbstractRequestNot implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.notifications.WakeUpNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

update

boolean update

Package org.objectweb.joram.mom.proxies

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

serialVersionUID: 1L

Serialized Fields

list

java.util.Vector<E> list

current

int current

Class org.objectweb.joram.mom.proxies.AdminNotification extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

proxyId

AgentId proxyId
The proxy's AgentId identifier.


identity

Identity identity
The administrator's Identity.

Class org.objectweb.joram.mom.proxies.CloseConnectionNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

key

int key

Class org.objectweb.joram.mom.proxies.GetConnectionNot extends SyncNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

key

int key

Class org.objectweb.joram.mom.proxies.OpenConnectionNot extends SyncNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

reliable

boolean reliable

heartBeat

int heartBeat

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

serialVersionUID: 1L

Serialized Fields

period

long period
period to run the cleaning task, by default 60s.


nbMsgsSentToDMQSinceCreation

long nbMsgsSentToDMQSinceCreation
the number of erroneous messages forwarded to the DMQ


dmqId

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


threshold

int threshold
Threshold above which messages are considered as undeliverable because constantly denied. This value is used as default value at subscription creation. 0 stands for no threshold, -1 for value not set (use server' default value).


nbMaxMsg

int nbMaxMsg
Maximum number of Message store in subscriptions (-1 set no limit). This value is used as default value at subscription creation.


contexts

java.util.Map<K,V> contexts
Table of the proxy's ClientContext instances.

Key: context identifier
Value: context


subsTable

java.util.Map<K,V> subsTable
Table holding the ClientSubscription instances.

Key: subscription name
Value: client subscription


recoveredTransactions

java.util.Map<K,V> recoveredTransactions
Table holding the recovered transactions branches.

Key: transaction identifier
Value: XACnxPrepare instance


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

serialVersionUID: 1L

Serialized Fields

id

long id

ackId

long ackId

obj

AbstractJmsMessage obj

Class org.objectweb.joram.mom.proxies.ProxyRequestGroupNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

requests

RequestNot[] requests

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

serialVersionUID: 1L

Serialized Fields

key

int key

inputCounter

long inputCounter

outputCounter

long outputCounter

queue

AckedQueue queue

heartBeat

int heartBeat

proxyImpl

ProxyImpl proxyImpl

closed

boolean closed

Class org.objectweb.joram.mom.proxies.RequestNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

cKey

int cKey

msg

java.lang.Object msg

Class org.objectweb.joram.mom.proxies.ResetCollocatedConnectionsNot extends Notification implements Serializable

serialVersionUID: 1L

Class org.objectweb.joram.mom.proxies.ReturnConnectionNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

not

OpenConnectionNot not

ctx

ConnectionContext ctx

Class org.objectweb.joram.mom.proxies.SendRepliesNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

replies

java.util.Vector<E> replies

Class org.objectweb.joram.mom.proxies.SendReplyNot extends Notification implements Serializable

serialVersionUID: 1L

Serialized Fields

key

int key

requestId

int requestId

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

serialVersionUID: 1L

Serialized Fields

key

int key

queue

Queue queue

proxyImpl

ProxyImpl proxyImpl

closed

boolean closed

Class org.objectweb.joram.mom.proxies.UserAgent extends Agent implements Serializable

serialVersionUID: 1L

Serialized Fields

proxyImpl

ProxyImpl proxyImpl
All the user requests are delegated to the proxy


keyCounter

int keyCounter
Counter of the connection keys


Package org.objectweb.joram.shared.admin

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.ClearQueue extends QueueAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.ClearSubscription extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.DeleteQueueMessage extends QueueAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.DeleteSubscriptionMessage extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetQueueMessage extends QueueAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetQueueMessageIds extends QueueAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetSubscription extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetSubscriptionMessage extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetSubscriptionMessageIds extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.GetSubscriptions extends SubscriptionAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.admin.SubscriptionAdminRequest extends UserAdminRequest implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Package org.objectweb.joram.shared.client

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 2L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

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

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
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

type

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

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Serializable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Package org.objectweb.joram.shared.security

Class org.objectweb.joram.shared.security.Identity extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException

Class org.objectweb.joram.shared.security.SimpleIdentity extends Identity implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
***** ***** ***** ***** ***** ***** ***** Externalizable interface ***** ***** ***** ***** ***** ***** ***** *****

Throws:
java.io.IOException



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.