Package omero.util
Class ObjectFactoryRegistry.ObjectFactory
- java.lang.Object
-
- omero.util.ObjectFactoryRegistry.ObjectFactory
-
- All Implemented Interfaces:
Ice.ObjectFactory
- Enclosing class:
- ObjectFactoryRegistry
public abstract static class ObjectFactoryRegistry.ObjectFactory extends java.lang.Object implements Ice.ObjectFactory
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory(java.lang.String id)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Ice.Object
create(java.lang.String name)
void
destroy()
void
register(org.slf4j.Logger log, Ice.Communicator ic, boolean strict)
-
-
-
Method Detail
-
register
public void register(org.slf4j.Logger log, Ice.Communicator ic, boolean strict)
-
create
public abstract Ice.Object create(java.lang.String name)
- Specified by:
create
in interfaceIce.ObjectFactory
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceIce.ObjectFactory
-
-