A B C D E F G H I L M N O P R S T U V W X

S

Service - Interface in com.ibm.are.service
The Service interface represents the basic operations and features that must be implemented for a class to be considered a service by the Application Runtime Expert.
serviceData - Variable in class com.ibm.are.service.BaseService
Data specific to this service
serviceData - Variable in class com.ibm.are.service.BaseSingletonService
Data specific to this service
ServiceData - Class in com.ibm.are.service
The ServiceData class represents a set of data that is specific to classes that implement the Service interface.
ServiceData() - Constructor for class com.ibm.are.service.ServiceData
Constructs an empty ServiceData object
ServiceData(ElementData) - Constructor for class com.ibm.are.service.ServiceData
Copy constructor.
setAS400(AS400) - Static method in class com.ibm.are.platform.impl.IBMi
Set the globally shared AS400 object
setAS400SharePolicy(int) - Static method in class com.ibm.are.platform.impl.IBMi
Sets the share policy for the AS400 object managed by the IBMi object
setAttribute(String, String) - Method in class com.ibm.are.platform.UserInfo
Sets the specified user attribute
setCommand(String) - Method in class com.ibm.are.common.CommandRunner
Sets the command to run
setCommand(String[]) - Method in class com.ibm.are.common.CommandRunner
Sets the command to run
setDir(File) - Method in class com.ibm.are.common.CommandRunner
Sets the working directory for the sub-process that is created when the command is run
setElementData(ElementData) - Method in class com.ibm.are.plugin.BasePlugin
setElementData(ElementData) - Method in class com.ibm.are.service.BaseService
setElementData(ElementData) - Method in class com.ibm.are.service.BaseSingletonService
setEnv(String[]) - Method in class com.ibm.are.common.CommandRunner
Sets the environment variables that will be passed along and used by the sub-process that is created when the command is run.
setException(Throwable) - Method in class com.ibm.are.plugin.ExtendedResultInfo
Sets an exception to associate with the result information
setExtendedInfo(Object) - Method in class com.ibm.are.plugin.ExtendedResultInfo
Sets additional information associated with the result
setFollowSymbolicLinks(boolean) - Method in class com.ibm.are.common.DirectoryTreeBuilder
Sets whether or not symbolic links are followed.
setItemInMap(NamedNodeMap, String, String) - Static method in class com.ibm.are.common.XmlUtils
Sets the value for the specified attribute in the provided node map
setItemInNode(Node, String, String) - Static method in class com.ibm.are.common.XmlUtils
Sets the value for the specified attribute in the provided node
setListEndMarker(String) - Method in class com.ibm.are.common.GenericList
Sets the end marker for the string representation of this list
setListItemEndMarker(String) - Method in class com.ibm.are.common.GenericList
Sets the end marker for an item within the string representation of this list
setListItemStartMarker(String) - Method in class com.ibm.are.common.GenericList
Sets the start marker for an item within the string representation of this list
setListStartMarker(String) - Method in class com.ibm.are.common.GenericList
Sets the start marker for the string representation of this list
setLogger(Logger) - Method in class com.ibm.are.common.CommandRunner
Associated a logger with the CommandRunner object.
setLogger(Logger) - Method in class com.ibm.are.plugin.BasePlugin
Sets the logger to be used for logging events
setLogger(Logger) - Method in class com.ibm.are.plugin.PluginData
Sets the logger to be used for logging events
setMajor(int) - Method in class com.ibm.are.common.Version
Sets the major version number to the specified value
setMaximumDepth(int) - Method in class com.ibm.are.common.DirectoryTreeBuilder
Sets the maximum depth that will be traversed in the directory tree.
setMinor(int) - Method in class com.ibm.are.common.Version
Sets the minor version number to the specified value
setName(String) - Method in class com.ibm.are.platform.UserInfo
Sets the user name to the specified value
setNestingLevel(int) - Method in class com.ibm.are.common.DirectoryTreeItem
Sets the nesting level (depth) of the directory tree item
setNodeTextContent(Node, String) - Static method in class com.ibm.are.common.XmlUtils
An alternative to the Node.setTextContent method (DOM3/JDK1.5) Note that this is a very simple solution which should only be used for a simple text node.
setNumberOfDirectories(int) - Method in class com.ibm.are.common.DirectoryTreeBuilder
Deprecated. Sets the number of directories in the directory tree. This method is deprecated and will be removed in a future release.
setNumberOfFiles(int) - Method in class com.ibm.are.common.DirectoryTreeBuilder
Deprecated. Sets the number of files in the directory tree. This method is deprecated and will be removed in a future release.
setRevision(int) - Method in class com.ibm.are.common.Version
Sets the revision version number to the specified value
setRootDirectory(String) - Method in class com.ibm.are.common.DirectoryTreeBuilder
Sets the root directory for the tree
shell - Variable in class com.ibm.are.platform.Platform
Object that provides an interface to the platform's shell environment
shell() - Method in class com.ibm.are.platform.Platform
Retrieves a reference to an object that provides an interface to the platform's shell environment.
Shell - Interface in com.ibm.are.platform
The Shell interface defines platform shell operations that must be implemented for any platform where ARE runs.
SingletonService - Interface in com.ibm.are.service
The SingletonService interface represents a service that should only be instantiated once by the runtime (i.e.
sort() - Method in class com.ibm.are.common.DirectoryTreeBuilder
Alphabetically sorts the list of the directory tree contents.
sortNodes(Node, String, String) - Static method in class com.ibm.are.common.XmlUtils
Sorts a set of child nodes based on the specified attribute value
start(List) - Method in class com.ibm.are.service.BaseService
Starts the service.
start(List) - Method in class com.ibm.are.service.BaseSingletonService
Starts the service.
start(List) - Method in interface com.ibm.are.service.Service
Starts the service.
startImpl(List) - Method in class com.ibm.are.service.BaseService
 
startImpl(List) - Method in class com.ibm.are.service.BaseSingletonService
 
startImpl(List) - Method in class com.ibm.are.service.LoggingService
Starts the service.
StatusReporting - Interface in com.ibm.are.report
The StatusReporting interface defines the set of methods used for reporting status in the ARE environment.
stop(List) - Method in class com.ibm.are.service.BaseService
Stops the service.
stop(List) - Method in class com.ibm.are.service.BaseSingletonService
Stops the service.
stop(List) - Method in interface com.ibm.are.service.Service
Stops the service.
stopImpl(List) - Method in class com.ibm.are.service.BaseService
 
stopImpl(List) - Method in class com.ibm.are.service.BaseSingletonService
 
stopImpl(List) - Method in class com.ibm.are.service.LoggingService
Stops the service.
StringList - Class in com.ibm.are.common
The StringList class represents a list of java.lang.String objects.
StringList() - Constructor for class com.ibm.are.common.StringList
Constructs an empty StringList object
StringList(Collection) - Constructor for class com.ibm.are.common.StringList
Constructs a StringList object and populates it with the contents of the given collection.
StringList(String) - Constructor for class com.ibm.are.common.StringList
Constructs a StringList object and populates it with the contents of the string representation of a StringList specified by the input parameter.
StringList(String[]) - Constructor for class com.ibm.are.common.StringList
Constructs a StringList object and populates it with the contents of the provided string array.
StringList(Iterator) - Constructor for class com.ibm.are.common.StringList
Constructs a StringList object and populates it with the contents of all of the items in the provided iterator.
SYMLINK - Static variable in class com.ibm.are.platform.FileTypes
Symbolic link type

A B C D E F G H I L M N O P R S T U V W X