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 InvalidSlotInvalidSlotHelper. extract(Any a)static InvalidSlotInvalidSlotHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor with parameters of type InvalidSlot Modifier and Type 方法 描述 static voidInvalidSlotHelper. insert(Any a, InvalidSlot that)static voidInvalidSlotHelper. write(OutputStream ostream, InvalidSlot value)Methods in org.omg.PortableInterceptor that throw InvalidSlot Modifier and Type 方法 描述 AnyCurrentOperations. get_slot(int id)通过get_slot检索PICurrent中设置的应用程序的插槽数据。AnyRequestInfoOperations. get_slot(int id)从请求范围的PortableInterceptor.Current的给定槽中返回数据。voidCurrentOperations. set_slot(int id, Any data)在一个插槽中设置数据。voidServerRequestInfoOperations. set_slot(int id, Any data)允许拦截器在请求范围内的PortableInterceptor.Current中设置一个插槽。
-