JBoss EJB client 1.0.5.Final

Serialized Form


Package org.jboss.ejb.client

Class org.jboss.ejb.client.Affinity extends Object implements Serializable

serialVersionUID: -2985180758368879373L

Class org.jboss.ejb.client.BasicSessionID extends SessionID implements Serializable

serialVersionUID: -7306257085240447972L

Class org.jboss.ejb.client.ClusterAffinity extends Affinity implements Serializable

serialVersionUID: -8078602613739377911L

Serialized Fields

clusterName

String clusterName

Class org.jboss.ejb.client.EJBHandle extends Object implements Serializable

serialVersionUID: -4870688692508067759L

Serialized Fields

locator

EJBLocator<T> locator

Class org.jboss.ejb.client.EJBHomeHandle extends Object implements Serializable

serialVersionUID: -4870688692508067759L

Serialized Fields

locator

EJBHomeLocator<T extends javax.ejb.EJBHome> locator

Class org.jboss.ejb.client.EJBHomeLocator extends EJBLocator<T extends javax.ejb.EJBHome> implements Serializable

serialVersionUID: -3040039191221970094L

Class org.jboss.ejb.client.EJBLocator extends Object implements Serializable

serialVersionUID: -7306257085240447972L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

viewType

Class<T> viewType

appName

String appName

moduleName

String moduleName

beanName

String beanName

distinctName

String distinctName

affinity

Affinity affinity

Class org.jboss.ejb.client.EJBMetaDataImpl extends Object implements Serializable

Serialized Fields

remoteClass

Class<T> remoteClass

homeClass

Class<T> homeClass

pkClass

Class<T> pkClass

session

boolean session

statelessSession

boolean statelessSession

home

javax.ejb.EJBHome home

Class org.jboss.ejb.client.EntityEJBLocator extends EJBLocator<T extends javax.ejb.EJBObject> implements Serializable

serialVersionUID: 6674116259124568398L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

primaryKey

Object primaryKey

Class org.jboss.ejb.client.NodeAffinity extends Affinity implements Serializable

serialVersionUID: -1241023739831847480L

Serialized Fields

nodeName

String nodeName

Class org.jboss.ejb.client.SerializedEJBInvocationHandler extends Object implements Serializable

serialVersionUID: -2370168183054746652L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read this object from the input stream.

Throws:
IOException - if a read error occurs
ClassNotFoundException - if a class cannot be resolved

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write this object to the output stream.

Throws:
IOException - if a write error occurs

Class org.jboss.ejb.client.SessionID extends Object implements Serializable

serialVersionUID: 3872192729805797520L

Serialization Methods

writeReplace

protected final Object writeReplace()
Substitute this session ID with a serialized representation.

Serialized Fields

encodedForm

byte[] encodedForm

Class org.jboss.ejb.client.SessionID.Serialized extends Object implements Serializable

serialVersionUID: -6014782612354158572L

Serialization Methods

readResolve

protected Object readResolve()
Reconstitute the session ID from this serialized representation.

Serialized Fields

id

byte[] id
The bytes of the session ID.

 

Class org.jboss.ejb.client.StatefulEJBLocator extends EJBLocator<T> implements Serializable

serialVersionUID: 8229686118358785586L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

sessionId

SessionID sessionId

sessionOwnerNode

String sessionOwnerNode

Class org.jboss.ejb.client.StatelessEJBLocator extends EJBLocator<T> implements Serializable

serialVersionUID: -3040039191221970094L

Class org.jboss.ejb.client.TransactionID extends Object implements Serializable

serialVersionUID: 7711835471353644411L

Serialization Methods

writeReplace

protected final Object writeReplace()
Substitute this transaction ID with a serialized representation.

Serialized Fields

encodedForm

byte[] encodedForm

Class org.jboss.ejb.client.TransactionID.Serialized extends Object implements Serializable

serialVersionUID: -8146407206244018476L

Serialization Methods

readResolve

protected Object readResolve()
Reconstitute the transaction ID from this serialized representation.

Serialized Fields

id

byte[] id
The bytes of the transaction ID.

 

Class org.jboss.ejb.client.UnknownSessionID extends SessionID implements Serializable

serialVersionUID: 8565847732676192265L

Class org.jboss.ejb.client.UserTransactionID extends TransactionID implements Serializable

serialVersionUID: -791647046784989955L

Class org.jboss.ejb.client.XidTransactionID extends TransactionID implements Serializable

serialVersionUID: -1895745528459825578L

Serialized Fields

formatId

int formatId

gtidLen

byte gtidLen

xid

Xid xid


JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.