Package org.jbpm.services.ejb.remote.api
Class RemoteObject
- java.lang.Object
-
- org.jbpm.services.ejb.remote.api.AbstractRemoteObject
-
- org.jbpm.services.ejb.remote.api.RemoteObject
-
- All Implemented Interfaces:
Serializable
public class RemoteObject extends AbstractRemoteObject implements Serializable
Similar to aRemoteMap
acts as a wrapper for object instances to be send over wire.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteObject(Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get()
-
Methods inherited from class org.jbpm.services.ejb.remote.api.AbstractRemoteObject
deserialize, serialize, setClassLoader
-
-