4.0

Table Of Contents
Method Returns Description
fillTable(java.util.Hashtable table)
Void Adds property values to a hashtable.
getResourceString(java.lang.String key) java.lang.String
Obtains a property from the hashtable.
getResourceString(java.lang.String key,
java.lang.Object... args)
java.lang.String
Obtains a property from the hashtable.
hasKey(java.lang.String key)
Boolean
Constructor
public Localizator(ClassLoader loader,String resourcePath)
PluginLicense Class
The PluginLicense class obtains and sets any licensing information that a plug-in requires.
public class PluginLicense
extends java.lang.Object
implements java.io.Serializable
The PluginLicense class defines the following methods.
Method Returns Description
getDescription() java.lang.String
Obtains the license description.
getLicenseString() java.lang.String
Obtains the license key.
getOwner() java.lang.String
Obtains the license owner.
setDescription(java.lang.String description)
Void Sets the license description.
setLicenseString(java.lang.String licenseString)
Void Sets the license key.
setOwner(java.lang.String owner)
Void Obtains the license owner.
Constructor
PluginLicense()
PluginTrigger Class
The PluginTrigger class creates a trigger module that obtains information about objects and events to monitor
in the plugged-in technology, on behalf of a Wait Event element in a workflow.
The PluginTrigger class defines methods to obtain or set the type and name of the object to monitor, the nature
of the event, and a timeout period.
You create implementations of the
PluginTrigger
class exclusively for use by Wait Event elements in
workflows. You define policy triggers for Orchestrator policies in classes that define events and implement
the IPluginEventPublisher.pushTrigger() method.
public class PluginTrigger
extends java.lang.Object
implements java.io.Serializable
The PluginTrigger class defines the following methods:
Method Returns Description
getModuleName() java.lang.String
Obtains the name of the trigger module.
getProperties() java.util.Properties
Obtains a list of properties for the trigger.
vCenter Orchestrator Developer's Guide
222 VMware, Inc.