jBPM distribution 6.2.0.Beta2

org.jbpm.services.ejb.remote.api
Class RemoteObject

java.lang.Object
  extended by org.jbpm.services.ejb.remote.api.AbstractRemoteObject
      extended by org.jbpm.services.ejb.remote.api.RemoteObject
All Implemented Interfaces:
Serializable

public class RemoteObject
extends AbstractRemoteObject
implements Serializable

Similar to a RemoteMap acts as a wrapper for object instances to be send over wire.

See Also:
Serialized Form

Constructor Summary
RemoteObject(Object object)
           
 
Method Summary
 Object get()
           
 
Methods inherited from class org.jbpm.services.ejb.remote.api.AbstractRemoteObject
deserialize, serialize, setClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObject

public RemoteObject(Object object)
Method Detail

get

public Object get()

jBPM distribution 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.