public interface SubsystemConfiguration extends EngineObject, DependentObject
All of the configuration objects available on the objects of the server hierarchy (Domain
,
Site
, VirtualServer
, and ServerInstance
) are represented as a
collection of dependent objects (SubsystemConfigurationList
). To access a SubsystemConfiguration
object, call get_SubsystemConfigurations
to retrieve the SubsystemConfigurationList
from
the "host" independent object.
Modifier and Type | Method and Description |
---|---|
Id |
get_Id()
Returns the value of the Id property.
|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
© Copyright IBM Corporation 2006, 2015. All rights reserved.