FileDocCategorySizeDatePackage
CopierManager.javaAPI DocJava SE 5 API1156Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.copyobject

CopierManager

public interface CopierManager
Manager of ObjectCopier implementations used to support javax.rmi.CORBA.Util.copyObject(s). This provides simple methods for registering all supported ObjectCopier factories. A default copier is also supported, for use in contexts where no specific copier id is available.

Fields Summary
Constructors Summary
Methods Summary
public intgetDefaultId()
Return the copier for the default copier id. Throws a BAD_PARAM exception if no default copier id has been set.

public ObjectCopierFactorygetDefaultObjectCopierFactory()

public ObjectCopierFactorygetObjectCopierFactory(int id)

public voidregisterObjectCopierFactory(ObjectCopierFactory factory, int id)
Register an ObjectCopierFactory under a particular id. This can be retrieved later by getObjectCopierFactory.

public voidsetDefaultId(int id)
Set the Id of the copier to use if no other copier has been set.