VisiBroker for Java

com.inprise.vbroker.interceptor
Interface ChainUntypedObjectWrapperFactory

All Superinterfaces:
IDLEntity, java.io.Serializable, UntypedObjectWrapperFactory

public interface ChainUntypedObjectWrapperFactory
extends UntypedObjectWrapperFactory, IDLEntity

This interface is used by a client or server application to add or remove an UntypedObjectWrapperFactory object. An UntypedObjectWrapperFactory object is used to create an UntypedObjectWrapper for each object a client application binds to or for each object implementation created by a server application.


Method Summary
 void add(UntypedObjectWrapperFactory owFactory, Location loc)
          This method adds the specified untyped object wrapper factory for a client or server application.
 int count(Location loc)
          This method is called to add an untyped object wrapper factory.
 void remove(UntypedObjectWrapperFactory owFactory, Location loc)
          This method removes the specified untyped object wrapper factory for a client or server application.
 
Methods inherited from interface com.inprise.vbroker.interceptor.UntypedObjectWrapperFactory
create
 

Method Detail

count

int count(Location loc)
This method is called to add an untyped object wrapper factory.

Parameters:
loc - The location for which count is required.
Returns:
The number of untyped object wrapper factories that are added to that loc

remove

void remove(UntypedObjectWrapperFactory owFactory,
            Location loc)
This method removes the specified untyped object wrapper factory for a client or server application. Note: Removing one or more object wrapper factories from a client will not affect objects of the class that are already bound by the client. Only subsequently bound objects will be affected. Removing object wrapper factories from a server will not affect object implementations that have already been created. Only subsequently created object implementations will be affected.

Parameters:
owFactory - The object wrapper factory to be added.
loc - The location from which the object wrapper it to be removed.

add

void add(UntypedObjectWrapperFactory owFactory,
         Location loc)
This method adds the specified untyped object wrapper factory for a client or server application. Note: On the client side, untyped object wrapper factories must be installed before any objects are bound. On the server side, untyped object wrapper factories must be installed before any implementation objects are created.

Parameters:
owFactory - The untyped object wrapper factory

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online