|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iox_j.DefaultIoxFactoryCollection
public class DefaultIoxFactoryCollection
This class provides a default implementation for the IoxFactoryCollection interface.
Constructor Summary | |
---|---|
DefaultIoxFactoryCollection()
|
Method Summary | |
---|---|
IomObject |
createIomObject(java.lang.String type,
java.lang.String oid)
creates a IomObject with the given type and oid. |
void |
registerFactory(IoxFactory factory)
adds a new factory in front of list of already registered factories. |
void |
removeFactory(IoxFactory factory)
removes a previously registered factory from this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultIoxFactoryCollection() throws IoxException
IoxException
Method Detail |
---|
public void registerFactory(IoxFactory factory) throws IoxException
IoxFactoryCollection
registerFactory
in interface IoxFactoryCollection
IoxException
public void removeFactory(IoxFactory factory) throws IoxException
IoxFactoryCollection
removeFactory
in interface IoxFactoryCollection
IoxException
public IomObject createIomObject(java.lang.String type, java.lang.String oid) throws IoxException
IoxFactory
createIomObject
in interface IoxFactory
type
- of object to createoid
- may be null
IoxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |