Serialized Form
-
Package com.sun.ejb.portable
-
Class com.sun.ejb.portable.EJBMetaDataImpl extends Object implements Serializable
- serialVersionUID:
- 5777657175353026918L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class com.sun.ejb.portable.HandleImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream istream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream ostream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
ejbObject
jakarta.ejb.EJBObject ejbObject
-
-
-
Class com.sun.ejb.portable.HomeHandleImpl extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream istream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream ostream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
ejbHome
jakarta.ejb.EJBHome ejbHome
-
-
-
Class com.sun.ejb.portable.ObjrefEnumeration extends Object implements Serializable
-