All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface com.visigenic.vbroker.interceptor.ChainUntypedObjectWrapperFactory

public interface ChainUntypedObjectWrapperFactory
extends UntypedObjectWrapperFactory

IDL definition:
#pragma prefix "visigenic.com/interceptor"
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.

#pragma prefix "visigenic.com/interceptor/ChainUntypedObjectWrapperFactory"
void add(
in ::interceptor::UntypedObjectWrapperFactory factory
);

 o remove
public abstract void remove(UntypedObjectWrapperFactory factory)

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

#pragma prefix "visigenic.com/interceptor/ChainUntypedObjectWrapperFactory"
void remove(
in ::interceptor::UntypedObjectWrapperFactory factory
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index