站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

Serialized Form (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


Serialized Form


Package org.jboss.mq

Class org.jboss.mq.AcknowledgementRequest extends Object implements Serializable

serialVersionUID: -2227528634302168874l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.Connection extends Object implements Serializable

serialVersionUID: 87938199839407082l

Serialized Fields

destinationSubscriptions

HashMap destinationSubscriptions
Maps a destination to a LinkedList of Subscriptions


subscriptions

HashMap subscriptions
Maps a a subsction id to a Subscription


modeStop

boolean modeStop
Is the connection stopped ?


serverIL

ServerIL serverIL
This is our connection to the JMS server


clientID

String clientID
This is the clientID


connectionToken

ConnectionToken connectionToken
The connection token is used to identify our connection to the server.


clientILService

ClientILService clientILService
The object that sets up the client IL


pingPeriod

long pingPeriod
How often to ping the connection


ponged

boolean ponged
This feild is reset when a ping is sent, set when ponged.


pingTaskSemaphore

EDU.oswego.cs.dl.util.concurrent.Semaphore pingTaskSemaphore
This is used to know when the PingTask is running


pingTaskId

Object pingTaskId
Identifies the PinkTask in the ClockDaemon


closing

boolean closing
Set a soon as close() is called on the connection.


setClientIdAllowed

boolean setClientIdAllowed
Whether setClientId is Allowed


createdSessions

HashSet createdSessions
LinkedList of all created sessions by this connection


subscriptionCounter

int subscriptionCounter
Numbers subscriptions


subCountLock

Object subCountLock
The lock for subscriptionCounter


closed

boolean closed
Is the connection closed


spyXAResourceManager

SpyXAResourceManager spyXAResourceManager
Used to control tranactions


genericConnectionFactory

GenericConnectionFactory genericConnectionFactory
The class that created this connection


lastMessageID

int lastMessageID
Last message ID returned


exceptionListener

javax.jms.ExceptionListener exceptionListener

sb

StringBuffer sb
Used in message id generation


charStack

char[] charStack
Used in message id generation


sessionId

String sessionId
The next session id

Class org.jboss.mq.ConnectionToken extends Object implements Serializable

serialVersionUID: 1344893519455875890l

Serialized Fields

clientIL

ClientIL clientIL
Used by the server to callback to client. Will (most of the time) be serialized when sent to the server.


clientID

String clientID
The clientID of the connection.


sessionId

String sessionId
A secured hashed unique sessionId that is valid only as long as the connection live. Set during authentication and used for authorization.


hash

int hash
The hash code

Class org.jboss.mq.DestinationFullException extends SpyJMSException implements Serializable

Serialized Fields

text

String text
The text of the message before the nested mangles it

Class org.jboss.mq.DurableSubscriptionID extends Object implements Serializable

serialVersionUID: 2293499797647000970l

Serialized Fields

clientID

String clientID
The clientID


subscriptionName

String subscriptionName
The subscriptionName


selector

String selector
The selector

Class org.jboss.mq.GenericConnectionFactory extends Object implements Serializable

serialVersionUID: 2288420610006129296l

Serialized Fields

server

ServerIL server
An instance of the ServerIL, once it is setup, we make clones every


connectionProperties

Properties connectionProperties
Holds all the information need to connect to the server.

Class org.jboss.mq.JBossMQXid extends Object implements Serializable

serialVersionUID: -2227021688745286343l

Serialized Fields

formatId

int formatId
The format id


globalTransactionId

byte[] globalTransactionId
The gid


branchQualifier

byte[] branchQualifier
The branch

Class org.jboss.mq.MessageStatistics extends Object implements Serializable

serialVersionUID: 8056884098781414022l

Serialized Fields

topic

boolean topic
Whether we are topic


durable

boolean durable
Whether we are durable


name

String name
The name


subscriptionID

String subscriptionID
The subscription id


count

int count
The message count


countDelta

int countDelta
The message count delta


depth

int depth
The message depth


depthDelta

int depthDelta
The message depth delta


timeLastUpdate

long timeLastUpdate
The last update

Class org.jboss.mq.ReceiveRequest extends Object implements Serializable

serialVersionUID: 8632752498878645170l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyBytesMessage extends SpyMessage implements Serializable

serialVersionUID: -6572727147964701014l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyConnection extends Connection implements Serializable

serialVersionUID: -6227193901482445607l

Class org.jboss.mq.SpyConnectionFactory extends Object implements Serializable

serialVersionUID: 3392566934963731105l

Serialized Fields

factory

GenericConnectionFactory factory
The delegate factory

Class org.jboss.mq.SpyDestination extends Object implements Serializable

serialVersionUID: -451227938651163471l

Serialized Fields

name

String name
The name


hash

int hash
The hash code

Class org.jboss.mq.SpyEncapsulatedMessage extends SpyObjectMessage implements Serializable

serialVersionUID: 3995327252678969050l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyJMSException extends javax.jms.JMSException implements Serializable

serialVersionUID: 5216406958161784593l

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.mq.SpyMapMessage extends SpyMessage implements Serializable

serialVersionUID: -4917633165373197269l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyMessage extends Object implements Serializable

serialVersionUID: 467206190892964404l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyObjectMessage extends SpyMessage implements Serializable

serialVersionUID: 8809953915407712952l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyQueue extends SpyDestination implements Serializable

serialVersionUID: 3040902899515975733l

Serialized Fields

toStringStr

String toStringStr
added cached toString string for efficiency

Class org.jboss.mq.SpyStreamMessage extends SpyMessage implements Serializable

serialVersionUID: 2490910971426786841l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyTemporaryQueue extends SpyQueue implements Serializable

serialVersionUID: 1216493383395688001l

Serialized Fields

dc

ConnectionToken dc
The DistributedConnection of its creator

Class org.jboss.mq.SpyTemporaryTopic extends SpyTopic implements Serializable

serialVersionUID: 1161107878857363598l

Serialized Fields

dc

ConnectionToken dc
The DistributedConnection of its creator

Class org.jboss.mq.SpyTextMessage extends SpyMessage implements Serializable

serialVersionUID: 235726945332013953l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.SpyTopic extends SpyDestination implements Serializable

serialVersionUID: -4784950783387129468l

Serialized Fields

durableSubscriptionID

DurableSubscriptionID durableSubscriptionID
The durableSubscriptionID


toStringStr

String toStringStr
added cached toString string for efficiency

Class org.jboss.mq.SpyTransactionRolledBackException extends javax.jms.TransactionRolledBackException implements Serializable

serialVersionUID: 1764748894215274537l

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.mq.SpyXAConnection extends SpyConnection implements Serializable

serialVersionUID: 1258716704996031025l

Class org.jboss.mq.SpyXAConnectionFactory extends SpyConnectionFactory implements Serializable

serialVersionUID: -3869656253676593051l

Class org.jboss.mq.SpyXAException extends XAException implements Serializable

serialVersionUID: 7814140228056884098l

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.mq.SpyXAResourceManager extends Object implements Serializable

serialVersionUID: -6268132972627753772l

Serialized Fields

connection

Connection connection
The connection


transactions

Map transactions
The transactions


nextInternalXid

long nextInternalXid
The next xid

Class org.jboss.mq.Subscription extends Object implements Serializable

Serialized Fields

subscriptionId

int subscriptionId
This gets set to a unique value at the SpyConnection.


destination

SpyDestination destination
The queue we want to subscribe to.


messageSelector

String messageSelector
The selector which will filter out messages.


destroyDurableSubscription

boolean destroyDurableSubscription
Should this message destroy the subscription?


noLocal

boolean noLocal
Topics might not want locally produced messages.

Class org.jboss.mq.TransactionRequest extends Object implements Serializable

serialVersionUID: 5368191944552650149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.jboss.mq.il.http

Class org.jboss.mq.il.http.HTTPClientIL extends Object implements Serializable

Serialized Fields

stopped

boolean stopped

clientIlId

String clientIlId

Class org.jboss.mq.il.http.HTTPILRequest extends Object implements Serializable

Serialized Fields

methodName

String methodName

arguments

Object[] arguments

argumentTypes

Class[] argumentTypes

Class org.jboss.mq.il.http.HTTPILResponse extends Object implements Serializable

Serialized Fields

value

Object value

Class org.jboss.mq.il.http.HTTPServerIL extends Object implements Serializable

Serialized Fields

serverUrlValue

String serverUrlValue

serverUrl

URL serverUrl


Package org.jboss.mq.il.oil

Class org.jboss.mq.il.oil.OILClientIL extends Object implements Serializable

Serialized Fields

addr

InetAddress addr

port

int port

enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.

Class org.jboss.mq.il.oil.OILServerIL extends Object implements Serializable

Serialized Fields

addr

InetAddress addr
The server host name/IP to connect to


port

int port
The server port to connect to.


socketFactoryName

String socketFactoryName
The name of the class implementing the javax.net.SocketFactory to use for creating the client socket.


enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.


Package org.jboss.mq.il.oil2

Class org.jboss.mq.il.oil2.OIL2ClientIL extends Object implements Serializable

Class org.jboss.mq.il.oil2.OIL2Request extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.jboss.mq.il.oil2.OIL2ServerIL extends Object implements Serializable

Serialized Fields

addr

String addr
The server host name/IP to connect to


port

int port
The server port to connect to.


socketFactoryName

String socketFactoryName
The name of the class implementing the javax.net.SocketFactory to use for creating the client socket.


enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.


socketHandler

OIL2SocketHandler socketHandler


Package org.jboss.mq.il.rmi

Class org.jboss.mq.il.rmi.RMIClientIL extends UnicastRemoteObject implements Serializable

Serialized Fields

connection

Connection connection

stopped

boolean stopped

Class org.jboss.mq.il.rmi.RMIServerIL extends UnicastRemoteObject implements Serializable


Package org.jboss.mq.il.uil

Class org.jboss.mq.il.uil.UILClientIL extends Object implements Serializable

Class org.jboss.mq.il.uil.UILServerIL extends Object implements Serializable

Serialized Fields

addr

InetAddress addr
The server host name/IP to connect to


port

int port
The server port to connect to.


socketFactoryName

String socketFactoryName
The name of the class implementing the javax.net.SocketFactory to use for creating the client socket.


enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.


Package org.jboss.mq.il.uil2

Class org.jboss.mq.il.uil2.UILClientIL extends Object implements Serializable

Class org.jboss.mq.il.uil2.UILServerIL extends Object implements Serializable

serialVersionUID: 853594001646066224l

Serialized Fields

addr

InetAddress addr
The server host name/IP to connect to as defined by the jms server.


port

int port
The server port to connect to as defined by the jms server.


socketFactoryName

String socketFactoryName
The name of the class implementing the javax.net.SocketFactory to use for creating the client socket.


enableTcpNoDelay

boolean enableTcpNoDelay
If the TcpNoDelay option should be used on the socket.


bufferSize

int bufferSize
The buffer size.


chunkSize

int chunkSize
The chunk size.


Package org.jboss.mq.pm

Class org.jboss.mq.pm.Tx extends Object implements Serializable

serialVersionUID: -5428592493990463362l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.jboss.mq.referenceable

Class org.jboss.mq.referenceable.ObjectRefAddr extends RefAddr implements Serializable

Serialized Fields

serialContent

byte[] serialContent


Package org.jboss.mq.xml

Class org.jboss.mq.xml.XElementException extends Exception implements Serializable



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.