Package | Description |
---|---|
com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
com.tailf.ncs.annotations |
Annotations and proxy helper classes for callbacks.
|
Modifier and Type | Method and Description |
---|---|
static Cdb |
ResourceManager.getCdbResource(Object object,
ResourceType cdbType,
Scope scope) |
static Cdb |
ResourceManager.getCdbResource(Object object,
ResourceType cdbType,
Scope scope,
String qualifier) |
static Maapi |
ResourceManager.getMaapiResource(Object object,
Scope scope) |
static Maapi |
ResourceManager.getMaapiResource(Object object,
Scope scope,
String qualifier) |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|