|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceManager
| Field Summary |
|---|
| Fields inherited from interface com.prosyst.util.io.Remote |
|---|
AUTHORIZED_ROLES |
| Method Summary | |
|---|---|
java.lang.String |
getCurrentContextName()
Gets the name of the context currently active for the calling thread. |
ExternalizableDictionary |
getResourceAllocations(java.lang.String bundleLocation)
Gets the actual resource allocations of a bundle. |
ExternalizableDictionary |
getResourceRequirements(java.lang.String bundleLocation)
Gets the resource requirements of a bundle. |
ExternalizableDictionary |
getSystemDefaults()
Gets resource requirement defaults, held as System properties. |
java.lang.String |
switchToBundleContext(Bundle bundle)
Switches on the context of the bundle. |
java.lang.String |
switchToContext(java.lang.String string)
Switches on the context with a specified name. |
java.lang.String |
switchToObjectContext(java.lang.Object o)
Switches on the context of an object. |
| Methods inherited from interface com.prosyst.util.io.Remote |
|---|
remoteInterfaces |
| Method Detail |
|---|
ExternalizableDictionary getResourceRequirements(java.lang.String bundleLocation)
throws java.lang.IllegalArgumentException
bundleLocation - location of the target bundle
null is retrieved.
java.lang.IllegalArgumentException - if there is no bundle with such a location
or if the xml is not correct.
ExternalizableDictionary getResourceAllocations(java.lang.String bundleLocation)
throws java.lang.IllegalArgumentException
bundleLocation - bundleLocation location of the target bundle
java.lang.IllegalArgumentException - if there is no bundle with such a location.ExternalizableDictionary getSystemDefaults()
java.lang.String switchToObjectContext(java.lang.Object o)
o - target object, whose context will be set.
java.lang.String switchToContext(java.lang.String string)
string - target context name
java.lang.String switchToBundleContext(Bundle bundle)
bundle - this bundle's context will be switched on.
java.lang.String getCurrentContextName()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||