jBPM :: Distribution 6.2.0-SNAPSHOT

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

java.lang.Object
  extended by org.jbpm.services.ejb.remote.api.AbstractRemoteObject
Direct Known Subclasses:
RemoteMap, RemoteObject

public abstract class AbstractRemoteObject
extends Object


Constructor Summary
AbstractRemoteObject()
           
 
Method Summary
protected  Object deserialize(byte[] bytes)
           
protected  byte[] serialize(Object input)
           
 void setClassLoader(ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRemoteObject

public AbstractRemoteObject()
Method Detail

setClassLoader

public void setClassLoader(ClassLoader classLoader)

deserialize

protected Object deserialize(byte[] bytes)

serialize

protected byte[] serialize(Object input)

jBPM :: Distribution 6.2.0-SNAPSHOT

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