All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.ChainUntypedObjectWrapperFactory

public interface ChainUntypedObjectWrapperFactory
extends UntypedObjectWrapperFactory

IDL definition:
interface ChainUntypedObjectWrapperFactory : ::interceptor::UntypedObjectWrapperFactory {
void add(
in ::interceptor::UntypedObjectWrapperFactory factory
);
void remove(
in ::interceptor::UntypedObjectWrapperFactory factory
);
};


Method Index

 o add(UntypedObjectWrapperFactory)

Operation: ::interceptor::ChainUntypedObjectWrapperFactory::add.

 o remove(UntypedObjectWrapperFactory)

Operation: ::interceptor::ChainUntypedObjectWrapperFactory::remove.

Methods

 o add
 public abstract void add(UntypedObjectWrapperFactory factory)

Operation: ::interceptor::ChainUntypedObjectWrapperFactory::add.

void add(
in ::interceptor::UntypedObjectWrapperFactory factory
);

 o remove
 public abstract void remove(UntypedObjectWrapperFactory factory)

Operation: ::interceptor::ChainUntypedObjectWrapperFactory::remove.

void remove(
in ::interceptor::UntypedObjectWrapperFactory factory
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index