org.apache.yoko.orb.OBPortableInterceptor
Class PersistentORT_impl

java.lang.Object
  extended by org.apache.yoko.orb.OBPortableInterceptor.PersistentORT
      extended by org.apache.yoko.orb.OBPortableInterceptor.PersistentORT_impl
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase, ObjectReferenceFactory, ObjectReferenceTemplate

public final class PersistentORT_impl
extends PersistentORT

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.yoko.orb.OBPortableInterceptor.PersistentORT
the_adapter_name, the_ior_template, the_orb_id, the_server_id
 
Constructor Summary
PersistentORT_impl(ORBInstance orbInstance)
           
PersistentORT_impl(ORBInstance orbInstance, String serverId, String orbId, String[] adapterName, IOR iorTemplate)
           
 
Method Summary
 String[] adapter_name()
           
 Object make_object_for(String repoid, byte[] id, String[] adapterName)
           
 Object make_object(String repoid, byte[] id)
           
 String orb_id()
           
 String server_id()
           
 
Methods inherited from class org.apache.yoko.orb.OBPortableInterceptor.PersistentORT
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentORT_impl

public PersistentORT_impl(ORBInstance orbInstance)

PersistentORT_impl

public PersistentORT_impl(ORBInstance orbInstance,
                          String serverId,
                          String orbId,
                          String[] adapterName,
                          IOR iorTemplate)
Method Detail

server_id

public String server_id()

orb_id

public String orb_id()

adapter_name

public String[] adapter_name()

make_object

public Object make_object(String repoid,
                          byte[] id)

make_object_for

public Object make_object_for(String repoid,
                              byte[] id,
                              String[] adapterName)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.