Uses of Class
org.omg.PortableInterceptor.InvalidSlot

Packages that use InvalidSlot
org.apache.yoko.orb.PortableInterceptor   
org.omg.PortableInterceptor   
 

Uses of InvalidSlot in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor that throw InvalidSlot
 Any RequestInfo_impl.get_slot(int id)
           
 Any Current_impl.get_slot(int id)
           
 void ServerRequestInfo_impl.set_slot(int id, Any data)
           
 void Current_impl.set_slot(int id, Any any)
           
 

Uses of InvalidSlot in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as InvalidSlot
 InvalidSlot InvalidSlotHolder.value
           
 

Methods in org.omg.PortableInterceptor that return InvalidSlot
static InvalidSlot InvalidSlotHelper.extract(Any any)
           
static InvalidSlot InvalidSlotHelper.read(InputStream in)
           
 

Methods in org.omg.PortableInterceptor with parameters of type InvalidSlot
static void InvalidSlotHelper.insert(Any any, InvalidSlot val)
           
static void InvalidSlotHelper.write(OutputStream out, InvalidSlot val)
           
 

Methods in org.omg.PortableInterceptor that throw InvalidSlot
 Any RequestInfoOperations.get_slot(int id)
           
 Any CurrentOperations.get_slot(int id)
           
 void ServerRequestInfoOperations.set_slot(int id, Any data)
           
 void CurrentOperations.set_slot(int id, Any data)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type InvalidSlot
InvalidSlotHolder(InvalidSlot initial)
           
 



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