SCS

scs.container
Interface ComponentInterceptionOperations

All Known Subinterfaces:
ComponentInterception
All Known Implementing Classes:
_ComponentInterceptionStub, ComponentInterceptionPOA, ComponentInterceptionPOATie

public interface ComponentInterceptionOperations

scs/container/ComponentInterceptionOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/deployment.idl Friday, October 3, 2008 9:13:51 AM BRT


Method Summary
 void changePosition(int instance_id, int position)
           
 int[] getClientInterceptorsOrder()
           
 int getInterceptorPosition(int instance_id)
           
 int[] getServerInterceptorsOrder()
           
 ComponentHandle loadInterceptor(ComponentId id, java.lang.String[] args, int position, java.lang.String type)
           
 void unloadInterceptor(ComponentHandle handle)
           
 

Method Detail

loadInterceptor

ComponentHandle loadInterceptor(ComponentId id,
                                java.lang.String[] args,
                                int position,
                                java.lang.String type)
                                throws ListLockFail,
                                       ComponentNotFound,
                                       ComponentAlreadyLoaded,
                                       LoadFailure
Throws:
ListLockFail
ComponentNotFound
ComponentAlreadyLoaded
LoadFailure

unloadInterceptor

void unloadInterceptor(ComponentHandle handle)
                       throws InterceptorNotInstalled,
                              ListLockFail,
                              ComponentNotFound
Throws:
InterceptorNotInstalled
ListLockFail
ComponentNotFound

changePosition

void changePosition(int instance_id,
                    int position)
                    throws InterceptorNotInstalled,
                           ListLockFail,
                           ComponentNotFound
Throws:
InterceptorNotInstalled
ListLockFail
ComponentNotFound

getInterceptorPosition

int getInterceptorPosition(int instance_id)
                           throws InterceptorNotInstalled,
                                  ListLockFail,
                                  ComponentNotFound
Throws:
InterceptorNotInstalled
ListLockFail
ComponentNotFound

getClientInterceptorsOrder

int[] getClientInterceptorsOrder()

getServerInterceptorsOrder

int[] getServerInterceptorsOrder()

SCS