|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.util.Environment
public class Environment
Manipulation of environment variables for reflex-fractal
| Field Summary | |
|---|---|
static java.lang.String |
reflexAuto
flag to indicate if you automate reflex service operations, like invoke newFcInstanceNotification(...), setDual(...) in ReflexGenericFactoryMixin |
static java.lang.String |
reflexDualNameLabel
name associated to the dual Fractal instance |
static java.lang.String |
reflexLevelLabel
reflexive level (execution / meta) associated to the current Fractal instance |
static java.lang.String |
reflexNameLabel
name associated to the current Fractal instance |
static java.lang.String |
reflexNotify
flag to indicate if you automate reflex service operations, like invoke newFcInstanceNotification(...), setDual(...) in ReflexGenericFactoryMixin |
static java.lang.String |
registryNodeLabel
registry's node |
static java.lang.String |
registryPortLabel
registry's port |
| Constructor Summary | |
|---|---|
Environment()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getProperty(java.lang.String propName)
Get a property value |
static org.objectweb.fractal.rmi.registry.NamingService |
getRegistry()
Get the reference of the Registry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String registryNodeLabel
public static final java.lang.String registryPortLabel
public static final java.lang.String reflexNameLabel
public static final java.lang.String reflexLevelLabel
public static final java.lang.String reflexDualNameLabel
public static final java.lang.String reflexAuto
public static final java.lang.String reflexNotify
| Constructor Detail |
|---|
public Environment()
| Method Detail |
|---|
public static java.lang.String getProperty(java.lang.String propName)
throws java.lang.Exception
the - property's name
java.lang.Exception
public static org.objectweb.fractal.rmi.registry.NamingService getRegistry()
throws java.lang.Exception
java.lang.Exception - if the registry's node or port are undefined in the
environment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||