org.apache.yoko.orb.OBPortableInterceptor
Class TransientORT_impl

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

public final class TransientORT_impl
extends TransientORT

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.yoko.orb.OBPortableInterceptor.TransientORT
the_adapter_name, the_create_time, the_ior_template, the_orb_id, the_server_id
 
Constructor Summary
TransientORT_impl(ORBInstance orbInstance)
           
TransientORT_impl(ORBInstance orbInstance, String serverId, String orbId, String[] adapterName, int createTime, 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.TransientORT
_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

TransientORT_impl

public TransientORT_impl(ORBInstance orbInstance)

TransientORT_impl

public TransientORT_impl(ORBInstance orbInstance,
                         String serverId,
                         String orbId,
                         String[] adapterName,
                         int createTime,
                         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.