| org.sakaiproject.api.common.manager.LifeCycleAware
Method Summary | |
public boolean | isInitialized() If other Managers are dependent on this manager, they may need to be aware of the initialization state. |
isInitialized | public boolean isInitialized()(Code) | | If other Managers are dependent on this manager, they may need to be aware of the initialization state. This can help resolve circular dependencies at startup.
|
|
|