AR System Java Plug-in API

Uses of Interface
com.bmc.arsys.pluginsvr.plugins.ARPluggable

Uses of ARPluggable in com.bmc.arsys.pluginsvr.plugins
 

Subinterfaces of ARPluggable in com.bmc.arsys.pluginsvr.plugins
 interface ARDBCPluggable
           
 interface AREAPluggable
          Sub interface of ARPluggable that defines External authentication based methods to be implemented for a AREA plugin.
 interface ARFilterAPIPluggable
          Extended ARPluggable interface that defines methods specific to FilterAPI plugins.
 

Classes in com.bmc.arsys.pluginsvr.plugins that implement ARPluggable
 class ARDBCPlugin
          Default implemetation of the ARDBC plugin
 class AREAPlugin
          Default implementation of the AREAPluggable interface
 class ARFilterAPIPlugin
          Default implementation of filter api plugin.
 class ARPlugin
          Default implementation for the ARPluggable interface.
 

Constructors in com.bmc.arsys.pluginsvr.plugins with parameters of type ARPluggable
ARPluginInfo(String pName, ARPluggable pPlugin)
          Create pluginInfo with name and an instance of the plug-in.
 


AR System Java Plug-in API

? Copyright 2006, 2007 BMC Software, Inc.