jremote jbase5.2.1

com.jbase.jremote.io
Class JRemoteObjectFactory

java.lang.Object
  extended by com.jbase.jremote.io.ObjectFactory
      extended by com.jbase.jremote.io.JRemoteObjectFactory

public class JRemoteObjectFactory
extends ObjectFactory

Creates objects received from the jbase_agent server.


Nested Class Summary
static interface JRemoteObjectFactory.TYPE
           
 
Constructor Summary
JRemoteObjectFactory()
           
 
Method Summary
protected  JBaseSerializable createObject(int objectType)
          Create JBaseSerializable object from the supplied object type.
 
Methods inherited from class com.jbase.jremote.io.ObjectFactory
createGenericObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRemoteObjectFactory

public JRemoteObjectFactory()
Method Detail

createObject

protected JBaseSerializable createObject(int objectType)
                                  throws UnknownTypeException
Description copied from class: ObjectFactory

Create JBaseSerializable object from the supplied object type.

Specified by:
createObject in class ObjectFactory
Returns:
an instance of a class implementing JBaseSerializable
Throws:
UnknownTypeException

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.