| org.cougaar.planning.plugin.legacy.PluginDelegate
PluginDelegate | public interface PluginDelegate (Code) | | An interface for getting at the (normally) protected Plan API
methods of a Plugin. Essentially all the of the protected Plan
API methods of PluginAdapter can be accessed via these public
methods.
See Also: PluginAdapter.getDelegate |
claim | boolean claim(Object o)(Code) | | Attempt to stake a claim on a logplan object, essentially telling
everyone else that you and only you will be disposing, modifying, etc.
it.
Calls Claimable.tryClaim if the object is Claimable.
true IFF success. |
currentTimeMillis | long currentTimeMillis()(Code) | | |
didRehydrate | boolean didRehydrate()(Code) | | |
openTransaction | void openTransaction()(Code) | | |
tryOpenTransaction | boolean tryOpenTransaction()(Code) | | |
unclaim | void unclaim(Object o)(Code) | | Release an existing claim on a logplan object. This is likely to
thow an exception if the object had not previously been (successfully)
claimed by this plugin.
|
wasAwakened | boolean wasAwakened()(Code) | | |
|
|