xmlBlaster 2.2.0 API

org.xmlBlaster.util.admin
Interface I_AdminService

All Superinterfaces:
I_AdminPlugin, I_AdminUsage
All Known Subinterfaces:
CheckpointMBean, CorbaDriverMBean, EmailDriverMBean, EventPluginMBean, FilePollerPluginMBean, FileWatcherPluginMBean, I_AdminPop3Driver, I_Checkpoint, Pop3DriverMBean, SocketDriverMBean, XbStompDriverMBean, XmlRpcDriverMBean
All Known Implementing Classes:
Checkpoint, CorbaDriver, EventPlugin, FilePollerPlugin, FileWatcherPlugin, Pop3Driver, SocketDriver, XbStompDriver, XmlRpcDriver

public interface I_AdminService
extends I_AdminPlugin

Declares available methods to control a xmlBlaster service plugin.

Since:
1.0.8
Author:
xmlBlaster@marcelruff.info

Method Summary
 void activate()
          Activate this service
 void deActivate()
          Deactivate the service to standby.
 boolean isActive()
          Access the current state
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminPlugin
getType, getVersion, isShutdown, shutdown
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage
getUsageUrl, setUsageUrl, usage
 

Method Detail

activate

void activate()
              throws java.lang.Exception
Activate this service

Throws:
java.lang.Exception

deActivate

void deActivate()
Deactivate the service to standby. A call to activate() fires the service up again


isActive

boolean isActive()
Access the current state

Returns:
true if active

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.