All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.UntypedObjectWrapperFactory

public interface UntypedObjectWrapperFactory

IDL definition:
interface UntypedObjectWrapperFactory {
::interceptor::UntypedObjectWrapper create(
in Object object
);
};


Method Index

 o create(Object)
This method is called by the ORB whenver a new implementation is created.

Methods

 o 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