Uses of Annotation Type
com.sun.corba.ee.spi.trace.TraceInterceptor
Packages that use TraceInterceptor
-
Uses of TraceInterceptor in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors with annotations of type TraceInterceptorModifier and TypeClassDescriptionfinal classImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.classHandles invocation of interceptors.classProvides portable interceptor functionality.Methods in com.sun.corba.ee.impl.interceptors with annotations of type TraceInterceptorModifier and TypeMethodDescriptionvoidPIHandlerImpl.adapterManagerStateChanged(int managerId, short newState) voidPIHandlerImpl.adapterStateChanged(ObjectReferenceTemplate[] templates, short newState) voidClientRequestInfoImpl.add_request_service_context(ServiceContext service_context, boolean replace) Allows interceptors to add service contexts to the request.ClientRequestInfoImpl.arguments()See RequestInfoImpl for javadoc.voidPIHandlerImpl.cleanupClientPIRequest()voidPIHandlerImpl.cleanupServerPIRequest()voidPIHandlerImpl.close()String[]ClientRequestInfoImpl.contexts()See RequestInfoImpl for javadoc.PIHandlerImpl.create_policy(int type, Any val) This is the implementation of standard API defined in org.omg.CORBA.ORB class.voidPIHandlerImpl.destroyInterceptors()ptc/00-08-06 p 205: "When an application calls ORB::destroy, the ORB 1) waits for all requests in progress to complete 2) calls the Interceptor::destroy operation for each interceptor 3) completes destruction of the ORB" This must be called at the end of ORB.destroy.voidPIHandlerImpl.disableInterceptorsThisThread()ClientRequestInfoImpl.effective_profile()The profile that will be used to send the request.ClientRequestInfoImpl.effective_target()The actual object on which the operation will be invoked.voidPIHandlerImpl.enableInterceptorsThisThread()TypeCode[]ClientRequestInfoImpl.exceptions()See RequestInfoImpl for javadoc.ClientRequestInfoImpl.forward_reference()See RequestInfoImpl for javadoc.ClientRequestInfoImpl.get_effective_component(int id) Returns the IOP::TaggedComponent with the given ID from the profile selected for this request.ClientRequestInfoImpl.get_effective_components(int id) Returns all the tagged components with the given ID from the profile selected for this request.ClientRequestInfoImpl.get_reply_service_context(int id) does not contain an etry for that ID, BAD_PARAM with a minor code of TBD_BP is raised.ClientRequestInfoImpl.get_request_policy(int type) Returns the given policy in effect for this operation.ClientRequestInfoImpl.get_request_service_context(int id) See RequestInfoImpl for javadoc.protected shortClientRequestInfoImpl.getReplyStatus()PIHandlerImpl.handleClientPIEndingPoint(int replyStatus, Exception exception, boolean invokeEndingPoint) voidPIHandlerImpl.initialize()voidPIHandlerImpl.initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) voidPIHandlerImpl.initiateClientPIRequest(boolean diiRequest) voidPIHandlerImpl.invokeClientPIStartingPoint()voidPIHandlerImpl.invokeServerPIEndingPoint(ReplyMessage replyMessage) voidPIHandlerImpl.invokeServerPIIntermediatePoint()voidPIHandlerImpl.invokeServerPIStartingPoint()voidPIHandlerImpl.objectAdapterCreated(ObjectAdapter oa) String[]ClientRequestInfoImpl.operation_context()See RequestInfoImpl for javadoc.ClientRequestInfoImpl.received_exception()Contains the exception to be returned to the client.ClientRequestInfoImpl.received_exception_id()The CORBA::RepositoryId of the exception to be returned to the client.voidPIHandlerImpl.register_interceptor(Interceptor interceptor, int type) Called by ORBInitInfo when an interceptor needs to be registered.voidPIHandlerImpl.registerPolicyFactory(int type, PolicyFactory factory) This method registers the Policy Factory in the policyFactoryTable, which is a HashMap.ClientRequestInfoImpl.result()See RequestInfoImpl for javadoc.voidPIHandlerImpl.setClientPIInfo(RequestImpl requestImpl) voidPIHandlerImpl.setClientPIInfo(MessageMediator messageMediator) voidClientRequestInfoImpl.setLocatedIOR(IOR ior) protected voidClientRequestInfoImpl.setReplyStatus(short replyStatus) Overridden from RequestInfoImpl.voidPIHandlerImpl.setServerPIExceptionInfo(Any exception) voidPIHandlerImpl.setServerPIInfo(Exception exception) voidPIHandlerImpl.setServerPIInfo(Object servant, String targetMostDerivedInterface) voidPIHandlerImpl.setServerPIInfo(Any result) voidPIHandlerImpl.setServerPIInfo(NVList arguments) ClientRequestInfoImpl.target()The object which the client called to perform the operation. -
Uses of TraceInterceptor in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type TraceInterceptor