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()
Starts the VMPubController
administrator
operator
public void disable()
Stops the VMPubController
administrator
operator
public boolean isEnabled()
Tests whether VMPub Controller is enabled
administrator
operator
public boolean isPrimary()
Tests whether VMPub Controller is Primary or Backup
administrator
operator
public java.lang.String getNodeName()
Gets Node Name where VMPub Controller is runnning
administrator
operator
public void setVMWareKeystore(
java.lang.String keystoreLocation
)
set VMWare Keystore location
keystoreLocation
-
new value
administrator
operator
public void clearVMWareWebServicesEndpoints()
clear VMWare SDK web services endpoint
administrator
operator
public void addVMWareWebServicesEndpoint(
java.lang.String serverName,
java.lang.String url,
java.lang.String userName,
java.lang.String password
)
add VMWare SDK web services endpoint
serverName
-
new value url
-
new value userName
-
new value password
-
new value
administrator
operator
public java.lang.String getVMWareKeystore()
get VMWare Keystore location
administrator
operator
public java.lang.String getVMWareWebServicesEndpoints()
get VMWare SDK web services endpoints
administrator
operator