4.0

Table Of Contents
Method Returns Description
loadPropertiesForPluginName(java.lang.String
moduleName)
java.util.Properties
Loads a list of properties
that users set in the
configuration interface.
savePropertiesForPluginName(java.util.Properties
properties, java.lang.String moduleName)
Void Saves in the plug-in
properties that the user
sets in the configuration
interface.
getPluginInstallCredentials() java.lang.String[]
Obtains the credentials of
the user who sets
properties in the
configuration interface.
Constructor
SDKHelper()
PluginExecutionException Class
The PluginExecutionException class returns an error message if the plug-in encounters an exception when it
runs an operation.
public class PluginExecutionException
extends java.lang.Exception
implements java.io.Serializable
The PluginExecutionException class inherits the following methods from class java.lang.Throwable:
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace,
printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause,
getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace
Constructor
PluginExecutionException(java.lang.String message)
PluginLicenseException Class
The PluginLicenseException class returns an error message if the plug-in encounters an exception when it
installs a license for a plug-in.
public class PluginLicenseException
extends java.lang.Exception
implements java.io.Serializable
The PluginExecutionException class inherits the following methods from class java.lang.Throwable:
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace,
printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause,
getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace
Constructor
PluginLicenseException(java.lang.String message)
vCenter Orchestrator Developer's Guide
226 VMware, Inc.