Package com.sun.corba.se.impl.copyobject
Class CopierManagerImpl
java.lang.Object
com.sun.corba.se.impl.copyobject.CopierManagerImpl
- All Implemented Interfaces:
CopierManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn the copier for the default copier id.getObjectCopierFactory(int id) voidregisterObjectCopierFactory(ObjectCopierFactory factory, int id) Register an ObjectCopierFactory under a particular id.voidsetDefaultId(int id) Set the Id of the copier to use if no other copier has been set.
-
Constructor Details
-
CopierManagerImpl
-
-
Method Details
-
setDefaultId
public void setDefaultId(int id) Description copied from interface:CopierManagerSet the Id of the copier to use if no other copier has been set.- Specified by:
setDefaultIdin interfaceCopierManager
-
getDefaultId
public int getDefaultId()Description copied from interface:CopierManagerReturn the copier for the default copier id. Throws a BAD_PARAM exception if no default copier id has been set.- Specified by:
getDefaultIdin interfaceCopierManager
-
getObjectCopierFactory
- Specified by:
getObjectCopierFactoryin interfaceCopierManager
-
getDefaultObjectCopierFactory
- Specified by:
getDefaultObjectCopierFactoryin interfaceCopierManager
-
registerObjectCopierFactory
Description copied from interface:CopierManagerRegister an ObjectCopierFactory under a particular id. This can be retrieved later by getObjectCopierFactory.- Specified by:
registerObjectCopierFactoryin interfaceCopierManager
-