| Modifier and Type | Field and Description |
|---|---|
protected ExecutionManager |
executionManager |
protected org.tiogasolutions.push.jackson.PushObjectMapper |
objectMapper |
protected java.lang.String |
pluginName |
protected PushRequestStore |
pushRequestStore |
protected org.tiogasolutions.push.pub.common.PushType |
pushType |
| Constructor and Description |
|---|
PluginSupport(org.tiogasolutions.push.pub.common.PushType pushType,
ExecutionManager executionManager,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
PushRequestStore pushRequestStore) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDisabledIcon() |
byte[] |
getEnabledIcon() |
byte[] |
getIcon(DomainProfileEntity domainProfile) |
java.lang.String |
getPluginName() |
org.tiogasolutions.push.pub.common.PushType |
getPushType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteConfig, getAdminUi, getConfig, newDelegate, test, updateConfigprotected final java.lang.String pluginName
protected final org.tiogasolutions.push.pub.common.PushType pushType
protected final ExecutionManager executionManager
protected final org.tiogasolutions.push.jackson.PushObjectMapper objectMapper
protected final PushRequestStore pushRequestStore
public PluginSupport(org.tiogasolutions.push.pub.common.PushType pushType,
ExecutionManager executionManager,
org.tiogasolutions.push.jackson.PushObjectMapper objectMapper,
PushRequestStore pushRequestStore)
public final java.lang.String getPluginName()
public final org.tiogasolutions.push.pub.common.PushType getPushType()
getPushType in interface Pluginpublic final byte[] getIcon(DomainProfileEntity domainProfile) throws java.io.IOException
public final byte[] getEnabledIcon()
throws java.io.IOException
getEnabledIcon in interface Pluginjava.io.IOExceptionpublic final byte[] getDisabledIcon()
throws java.io.IOException
getDisabledIcon in interface Pluginjava.io.IOException