public abstract static class ObjectFactoryRegistry.ObjectFactory
extends java.lang.Object
implements Ice.ObjectFactory
Constructor and Description |
---|
ObjectFactory(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
abstract Ice.Object |
create(java.lang.String name) |
void |
destroy() |
void |
register(org.slf4j.Logger log,
Ice.Communicator ic,
boolean strict) |
public void register(org.slf4j.Logger log, Ice.Communicator ic, boolean strict)
public abstract Ice.Object create(java.lang.String name)
create
in interface Ice.ObjectFactory
public void destroy()
destroy
in interface Ice.ObjectFactory