public abstract static class ObjectFactoryRegistry.ObjectFactory extends Object implements Ice.ObjectFactory
| Constructor and Description |
|---|
ObjectFactory(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract Ice.Object |
create(String name)
Create a new object for a given object type.
|
void |
destroy()
Called when the factory is removed from the communicator, or if
the communicator is destroyed.
|
void |
register(org.slf4j.Logger log,
Ice.Communicator ic,
boolean strict) |
public ObjectFactory(String id)
public void register(org.slf4j.Logger log,
Ice.Communicator ic,
boolean strict)
public abstract Ice.Object create(String name)
Ice.ObjectFactoryThe leading "::" is required.
create in interface Ice.ObjectFactoryname - The object type.public void destroy()
Ice.ObjectFactorydestroy in interface Ice.ObjectFactoryCommunicator.destroy()
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.