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.ObjectFactory
The leading "::" is required.
create
in interface Ice.ObjectFactory
name
- The object type.public void destroy()
Ice.ObjectFactory
destroy
in interface Ice.ObjectFactory
Communicator.destroy()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.