Package wt.intersvrcom
Class StandardInterSvrComService
java.lang.Object
wt.services.StandardManager
wt.intersvrcom.StandardInterSvrComService
- All Implemented Interfaces:
Serializable,wt.fc._NetFactor,NetFactor,InterSvrComService,wt.services.Manager
public class StandardInterSvrComService
extends StandardManager
implements InterSvrComService, Serializable
Use the newStandardInterSvrComService static factory method(s),
not the StandardInterSvrComService 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:
-
Method Summary
Modifier and TypeMethodDescriptiongetAllSites(WTContainerRef containerRef) Retrieves all the sites in the system under a specified container reference.Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, performShutdownProcess, registerEvents
-
Method Details
-
getAllSites
Retrieves all the sites in the system under a specified container reference.
Supported API: true- Specified by:
getAllSitesin interfaceInterSvrComService- Parameters:
containerRef-- Returns:
- Enumeration
- Throws:
WTException
-