|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthla.rti1516.jlc.RtiFactoryFactory
public class RtiFactoryFactory
Implementation of the RtiFactoryFactory class as defined in the SISO Standard SISO-STD-004.1-2004.
| Constructor Summary | |
|---|---|
RtiFactoryFactory()
|
|
| Method Summary | |
|---|---|
static java.util.Map |
getAvailableRtis()
Returns a java.util.Map with RTI names as keys and factory class names as mapped values. |
static RtiFactory |
getRtiFactory()
Returns an RtiFactory instance for the default RTI as specified in the stored settings. |
static RtiFactory |
getRtiFactory(java.lang.String factoryClassName)
Returns an RtiFactory instance of the specified factory class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RtiFactoryFactory()
| Method Detail |
|---|
public static RtiFactory getRtiFactory(java.lang.String factoryClassName)
throws RTIinternalError
factoryClassName - the fully qualified name of the factory class
RTIinternalError - If the given RtiFactory class could not be found,
instantiated or accessed.
public static RtiFactory getRtiFactory()
throws RTIinternalError
org.eodisp.erti.client.rti1516.jlc.ERTIFactory.
RTIinternalError - If the Link compatibility settings file could not be read or
if the factory class setting could not be find for the
default RTI
public static java.util.Map getAvailableRtis()
throws RTIinternalError
RTIinternalError - If the Link compatibility settings file could not be read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||