AR System Java Plug-in API

com.bmc.arsys.pluginsvr.plugins
Class ARPluginInfo

java.lang.Object
  extended by com.bmc.arsys.pluginsvr.plugins.ARPluginInfo

public class ARPluginInfo
extends Object

This class contains information about a plug-in. It contains the name of plug-in and the version of the plug-in architecture.


Constructor Summary
ARPluginInfo(String pName, ARPluggable pPlugin)
          Create pluginInfo with name and an instance of the plug-in.
 
Method Summary
 String getName()
          Get the plug-in's name.
 int getVersion()
          Get the plug-in's version
 void setName(String name)
          Set the plug-in's name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARPluginInfo

public ARPluginInfo(String pName,
                    ARPluggable pPlugin)
Create pluginInfo with name and an instance of the plug-in.

Parameters:
pName - the name of the plug-in
pPlugin - the plug-in
Method Detail

getName

public String getName()
Get the plug-in's name.

Returns:
the name

setName

public void setName(String name)
Set the plug-in's name.

Parameters:
name - the name to set

getVersion

public int getVersion()
Get the plug-in's version

Returns:
the mVersion

AR System Java Plug-in API

? Copyright 2006, 2007 BMC Software, Inc.