Package de.elo.ix.client.plugin
Class PluginInfo
java.lang.Object
de.elo.ix.client.plugin.PluginInfo
- All Implemented Interfaces:
Serializable
OSGi plugin information.
- Since:
- 10.99.999.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Plugin ID.List of service names provides by this plugin.protected PluginState
Plugin state.protected String
Plugin name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
getState()
void
setId
(long id) void
setServiceNames
(List<String> serviceNames) void
setState
(PluginState state) void
setSymbolicName
(String symbolicName) toString()
-
Field Details
-
id
protected long idPlugin ID. This value is transient and might change after Indexserver has re-loaded or re-started. -
symbolicName
Plugin name. Symbolic name of OSGi plugin. -
state
Plugin state. -
serviceNames
List of service names provides by this plugin. A list of full qualified class names, e.g. IXServerEvents.class.getName(), WorkflowNodeEvents.class.getName(), DynamicKeywordEvents.class.getName()- Since:
- 10.99.999.010
-
-
Constructor Details
-
PluginInfo
public PluginInfo()
-
-
Method Details