xmlBlaster 1.6.2 API

org.xmlBlaster.util.admin
Interface I_AdminPlugin

All Superinterfaces:
I_AdminUsage
All Known Subinterfaces:
CacheQueueInterceptorPluginMBean, CheckpointMBean, ClusterManagerMBean, CorbaDriverMBean, EmailDriverMBean, EmailExecutorMBean, EventPluginMBean, FilePollerPluginMBean, FileWatcherPluginMBean, I_AdminMap, I_AdminPop3Driver, I_AdminQueue, I_AdminService, I_Checkpoint, PersistenceCachePluginMBean, Pop3DriverMBean, RequestReplyExecutorMBean, SocketDriverMBean, SocketExecutorMBean, XmlRpcDriverMBean
All Known Implementing Classes:
CacheQueueInterceptorPlugin, Checkpoint, ClusterManager, CorbaDriver, EmailExecutor, EventPlugin, FilePollerPlugin, FileWatcherPlugin, PersistenceCachePlugin, Pop3Driver, RequestReplyExecutor, SocketDriver, SocketExecutor, XmlRpcDriver

public interface I_AdminPlugin
extends I_AdminUsage

Declares available methods to control arbitrary plugins.

Since:
1.0.8
Author:
xmlBlaster@marcelruff.info

Method Summary
 java.lang.String getType()
          The unique name of the plugin (together with the version).
 java.lang.String getVersion()
          The version of the plugin
 boolean isShutdown()
          Check status
 void shutdown()
          Shutdown the plugin, free resources.
 
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage
getUsageUrl, setUsageUrl, usage
 

Method Detail

getType

public java.lang.String getType()
The unique name of the plugin (together with the version).

Returns:
For example "IOR"

getVersion

public java.lang.String getVersion()
The version of the plugin

Returns:
For example "1.0"

shutdown

public void shutdown()
              throws java.lang.Exception
Shutdown the plugin, free resources.

Throws:
java.lang.Exception

isShutdown

public boolean isShutdown()
Check status

Returns:
true if down

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.