All Packages Class Hierarchy This Package Previous Next Index
Interface com.visigenic.vbroker.interceptor.UntypedObjectWrapperFactory
- public interface UntypedObjectWrapperFactory
- Java Class com.visigenic.vbroker.interceptor.UntypedObjectWrapperFactory
- Source File com/visigenic/vbroker/interceptor/UntypedObjectWrapperFactory.java
- IDL Source File interceptor.idl
- IDL Absolute Name ::interceptor::UntypedObjectWrapperFactory
- Repository Identifier IDL:visigenic.com/interceptor/UntypedObjectWrapperFactory:1.0
IDL definition:
interface UntypedObjectWrapperFactory {
::interceptor::UntypedObjectWrapper create(
in Object object
);
};
-
create(Object)
-
This method is called by the ORB whenver a new implementation is created.
create
public abstract UntypedObjectWrapper create(Object object)
- This method is called by the ORB whenver a new implementation is created.
Operation: ::interceptor::UntypedObjectWrapperFactory::create.
::interceptor::UntypedObjectWrapper create(
in Object object
);
- Parameters:
- object - The implementation object for which to create a new in
process interceptor.
- Returns:
- The in process interceptor object to use for the specified object.
All Packages Class Hierarchy This Package Previous Next Index