Uses of Class
org.omg.PortableInterceptor.InvalidSlot
-
Packages that use InvalidSlot 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of InvalidSlot in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return InvalidSlot Modifier and Type 方法 描述 static InvalidSlot
InvalidSlotHelper. extract(Any a)
static InvalidSlot
InvalidSlotHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor with parameters of type InvalidSlot Modifier and Type 方法 描述 static void
InvalidSlotHelper. insert(Any a, InvalidSlot that)
static void
InvalidSlotHelper. write(OutputStream ostream, InvalidSlot value)
Methods in org.omg.PortableInterceptor that throw InvalidSlot Modifier and Type 方法 描述 Any
CurrentOperations. get_slot(int id)
通过get_slot
检索PICurrent中设置的应用程序的插槽数据。Any
RequestInfoOperations. get_slot(int id)
从请求范围的PortableInterceptor.Current
的给定槽中返回数据。void
CurrentOperations. set_slot(int id, Any data)
在一个插槽中设置数据。void
ServerRequestInfoOperations. set_slot(int id, Any data)
允许拦截器在请求范围内的PortableInterceptor.Current
中设置一个插槽。
-