wt.services
Class StandardManager

java.lang.Object
  extended by wt.services.StandardManager
All Implemented Interfaces:
Serializable, NetFactor, wt.services.Manager
Direct Known Subclasses:
EPMStandardFamilyTableManager, EPMStandardUploadManager, EPMStandardWorkspaceManager, StandardAccessControlManager, StandardAdministrativeDomainManager, StandardBaselineService, StandardChangeService2, StandardConfigService, StandardConfigurationService, StandardContainerMoveService, StandardContainerTeamService, StandardContainerTemplateService, StandardDeleteManager, StandardEffFormatService, StandardEffService, StandardESIService, StandardFederationService, StandardIdentityService, StandardInterSvrComService, StandardIXBService, StandardLifeCycleService, StandardLineNumberService, StandardLockService, StandardManagerService, StandardMasterService, StandardMaturityService, StandardNmActionService, StandardNmFolderService, StandardNmProjMgmtService, StandardNmTopicService, StandardNotificationManager, StandardObjComparisonService, StandardOccurrenceService, StandardOrganizationServicesManager, StandardPersistenceManager, StandardPreferenceService, StandardProjAdminService, StandardProjExecService, StandardProjMonitorService, StandardQueueService, StandardRecentlyVisitedService, StandardSessionManager, StandardShippingService, StandardStructService, StandardVersionControlService, StandardViewService, StandardWfEngineService, StandardWorkflowService, StandardWorkInProgressService, StandardWTPartService

public class StandardManager
extends Object
implements wt.services.Manager, Serializable

StandardManager is the base class for NetFactor sevices and managers..

Use the newStandardManager static factory method(s), not the StandardManager constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 ManagerService getManagerService()
          Gets the value of the attribute: managerService; Service which manages this manager

Supported API: true
 int getManagerStatus()
          Gets the value of the attribute: managerStatus; Manager status set to Manager.STATUS_SHUTDOWN, Manager.STATUS_STARTED, ...


Supported API: true
 String getName()
          Gets the value of the attribute: name; Manager name

Supported API: true
 String getStartupType()
          Gets the value of the attribute: startupType; Manager startup type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Gets the value of the attribute: name; Manager name

Supported API: true

Returns:
String

getStartupType

public String getStartupType()
Gets the value of the attribute: startupType; Manager startup type.

Must be either Manager.STARTUP_AUTOMATIC or manager.STARTUP_MANUAL

Supported API: true

Returns:
String
See Also:
wt.services.Manager.STARTUP_AUTOMATIC

getManagerStatus

public int getManagerStatus()
Gets the value of the attribute: managerStatus; Manager status set to Manager.STATUS_SHUTDOWN, Manager.STATUS_STARTED, ...


Supported API: true

Returns:
int
See Also:
Manager.STATUS_SHUTDOWN

getManagerService

public ManagerService getManagerService()
Gets the value of the attribute: managerService; Service which manages this manager

Supported API: true

Returns:
ManagerService