Interface ActiveMQServerBasePlugin
- All Known Subinterfaces:
ActiveMQServerAddressPlugin,ActiveMQServerBindingPlugin,ActiveMQServerBridgePlugin,ActiveMQServerConnectionPlugin,ActiveMQServerConsumerPlugin,ActiveMQServerCriticalPlugin,ActiveMQServerFederationPlugin,ActiveMQServerMessagePlugin,ActiveMQServerPlugin,ActiveMQServerQueuePlugin,ActiveMQServerResourcePlugin,ActiveMQServerSessionPlugin,AMQPFederationBrokerPlugin
- All Known Implementing Classes:
BrokerMessageAuthorizationPlugin,ConnectionPeriodicExpiryPlugin,FederatedAbstract,FederatedAddress,FederatedQueue,LoggingActiveMQServerPlugin,NotificationActiveMQServerPlugin
public interface ActiveMQServerBasePlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidused to pass configured properties to Plugindefault voidregistered(ActiveMQServer server) The plugin has been registered with the serverdefault voiddefault voidunregistered(ActiveMQServer server) The plugin has been unregistered with the server
-
Method Details
-
setInit
-
init
used to pass configured properties to Plugin -
registered
The plugin has been registered with the server- Parameters:
server- The ActiveMQServer the plugin has been registered to
-
unregistered
The plugin has been unregistered with the server- Parameters:
server- The ActiveMQServer the plugin has been unregistered to
-