This is the abstract super class of the PluginInterface.
public class Plugin
All public members of the Plugin class, including all inherited members.
Name | Description |
---|---|
Get the instance name. | |
Set the instance name. | |
Stop this plugin instance. | |
Initiate the startup process for this plugin instance. |
All protected members of the Plugin class, including all inherited members.
Name | Description |
---|---|
Instance name. |
Currently, there are two types of plugin supported:
State - adding new states that can be used to compose application flow
Infrastructure Channel - Input/Output message to/from the application
State plugin need to implement additional interfaces StatePlugin.
getInstanceName method
setInstanceName method
instanceName variable
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, Sybase, Inc. - Brand Mobiliser API 1.3.0 - October 24, 2012 |