VMPubControllerMBean MBean

Partial ObjectName:
WebSphere:*,type=VMPubControllerMBean


MBean VMPubControllerMBean

VMPubController


Operation Summary
voidenable()
           Starts the VMPubController
voiddisable()
           Stops the VMPubController
booleanisEnabled()
           Tests whether VMPub Controller is enabled
booleanisPrimary()
           Tests whether VMPub Controller is Primary or Backup
java.lang.StringgetNodeName()
           Gets Node Name where VMPub Controller is runnning
voidsetVMWareKeystore(java.lang.String keystoreLocation)
           set VMWare Keystore location
voidclearVMWareWebServicesEndpoints()
           clear VMWare SDK web services endpoint
voidaddVMWareWebServicesEndpoint(java.lang.String serverName, java.lang.String url, java.lang.String userName, java.lang.String password)
           add VMWare SDK web services endpoint
java.lang.StringgetVMWareKeystore()
           get VMWare Keystore location
java.lang.StringgetVMWareWebServicesEndpoints()
           get VMWare SDK web services endpoints

Operation Detail

enable

public void enable()
Starts the VMPubController
Security Roles:
administrator
operator

disable

public void disable()
Stops the VMPubController
Security Roles:
administrator
operator

isEnabled

public boolean isEnabled()
Tests whether VMPub Controller is enabled
Security Roles:
administrator
operator

isPrimary

public boolean isPrimary()
Tests whether VMPub Controller is Primary or Backup
Security Roles:
administrator
operator

getNodeName

public java.lang.String getNodeName()
Gets Node Name where VMPub Controller is runnning
Security Roles:
administrator
operator

setVMWareKeystore

public void setVMWareKeystore(java.lang.String keystoreLocation)
set VMWare Keystore location
Parameters:
keystoreLocation - new value
Security Roles:
administrator
operator

clearVMWareWebServicesEndpoints

public void clearVMWareWebServicesEndpoints()
clear VMWare SDK web services endpoint
Security Roles:
administrator
operator

addVMWareWebServicesEndpoint

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
Parameters:
serverName - new value
url - new value
userName - new value
password - new value
Security Roles:
administrator
operator

getVMWareKeystore

public java.lang.String getVMWareKeystore()
get VMWare Keystore location
Security Roles:
administrator
operator

getVMWareWebServicesEndpoints

public java.lang.String getVMWareWebServicesEndpoints()
get VMWare SDK web services endpoints
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005