WebSphere:*,type=VMPubControllerMBean
MBean VMPubControllerMBean
VMPubController
Operation Summary | |
void | enable() Starts the VMPubController |
void | disable() Stops the VMPubController |
boolean | isEnabled() Tests whether VMPub Controller is enabled |
boolean | isPrimary() Tests whether VMPub Controller is Primary or Backup |
java.lang.String | getNodeName() Gets Node Name where VMPub Controller is runnning |
void | setVMWareKeystore( set VMWare Keystore location |
void | clearVMWareWebServicesEndpoints() clear VMWare SDK web services endpoint |
void | addVMWareWebServicesEndpoint( add VMWare SDK web services endpoint |
java.lang.String | getVMWareKeystore() get VMWare Keystore location |
java.lang.String | getVMWareWebServicesEndpoints() get VMWare SDK web services endpoints |
Operation Detail |
public void enable()
public void disable()
public boolean isEnabled()
public boolean isPrimary()
public java.lang.String getNodeName()
public void setVMWareKeystore(java.lang.String keystoreLocation
)
keystoreLocation
-
new value
public void clearVMWareWebServicesEndpoints()
public void addVMWareWebServicesEndpoint(java.lang.String serverName,
java.lang.String url,
java.lang.String userName,
java.lang.String password
)
serverName
-
new valueurl
-
new valueuserName
-
new valuepassword
-
new value
public java.lang.String getVMWareKeystore()
public java.lang.String getVMWareWebServicesEndpoints()