Class EJBClientContextIdentifierObjectTable
- java.lang.Object
-
- org.jboss.as.ejb3.component.stateful.EJBClientContextIdentifierObjectTable
-
- All Implemented Interfaces:
org.jboss.marshalling.ObjectTable
@Deprecated public class EJBClientContextIdentifierObjectTable extends Object implements org.jboss.marshalling.ObjectTable
Deprecated.By default, Jakarta Enterprise Beans proxies don't serialize theorg.jboss.ejb.client.EJBClientContextIdentifierassociated with them, so thisObjectTablemarshals such Jakarta Enterprise Beans proxies to serializable even theorg.jboss.ejb.client.EJBClientContextIdentifier(if any) associated with that proxy.- Author:
- Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description EJBClientContextIdentifierObjectTable()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.marshalling.ObjectTable.WritergetObjectWriter(Object o)Deprecated.ObjectreadObject(org.jboss.marshalling.Unmarshaller unmarshaller)Deprecated.
-
-
-
Method Detail
-
getObjectWriter
public org.jboss.marshalling.ObjectTable.Writer getObjectWriter(Object o) throws IOException
Deprecated.- Specified by:
getObjectWriterin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOException
-
readObject
public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException
Deprecated.- Specified by:
readObjectin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOExceptionClassNotFoundException
-
-