|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.services.monitor.ModuleInstance
class ModuleInstance
A description of an instance of a module.
Field Summary | |
---|---|
private boolean |
booted
Flag that tells whether booting of the module has completed. |
protected java.lang.String |
identifier
name of module, can be null |
protected java.lang.Object |
instance
The module instance |
protected java.lang.Object |
service
the actual service to which I belong, could be null. |
protected java.lang.Object |
topLevelService
the top-level service this module lives in, can be null or the service itself |
Constructor Summary | |
---|---|
protected |
ModuleInstance(java.lang.Object instance)
|
protected |
ModuleInstance(java.lang.Object instance,
java.lang.String identifier,
java.lang.Object service,
java.lang.Object topLevelService)
|
Method Summary | |
---|---|
protected java.lang.String |
getIdentifier()
|
protected java.lang.Object |
getInstance()
|
protected java.lang.Object |
getTopLevelService()
|
(package private) boolean |
isBooted()
Check whether booting of the module has completed. |
protected boolean |
isTypeAndName(PersistentService serviceType,
java.lang.Class factoryInterface,
java.lang.String otherCanonicalName)
|
(package private) void |
setBooted()
Set a flag that indicates that booting of the module has completed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object instance
protected java.lang.String identifier
protected java.lang.Object topLevelService
protected java.lang.Object service
private boolean booted
Constructor Detail |
---|
protected ModuleInstance(java.lang.Object instance, java.lang.String identifier, java.lang.Object service, java.lang.Object topLevelService)
protected ModuleInstance(java.lang.Object instance)
Method Detail |
---|
protected boolean isTypeAndName(PersistentService serviceType, java.lang.Class factoryInterface, java.lang.String otherCanonicalName)
protected java.lang.String getIdentifier()
protected java.lang.Object getTopLevelService()
protected java.lang.Object getInstance()
void setBooted()
boolean isBooted()
true
if the module has been booted, or false
otherwise
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |