Interface ControllerConfigMBean
public interface ControllerConfigMBean
ControllerConfigMBean defines the administrative interface for managing
shared config files across a collective controller replica set.
The ObjectName for this MBean is "WebSphere:feature=collectiveController,type=ControllerConfig,name=ControllerConfig".
The ControllerConfigMBean supports the creation, deletion, and listing
of shared config files. The config files are stored in the
${wlp.user.dir}/
When you store (or delete) a shared config file through one replica, it is
automatically replicated to the corresponding directory in all the
other replicas in the replica set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA String representing theObjectNamethat this MBean maps to. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSharedConfig(String fileName, String config) Add additional config to the replica set through it's shared config directory.String[]List the files in the replica's shared config directory.voidremoveSharedConfig(String fileName) Remove config from the replica's shared config directory, by deleting the specified file from the replica's configDropins/defaults directory.
-
Field Details
-
OBJECT_NAME
A String representing theObjectNamethat this MBean maps to.- See Also:
-
-
Method Details