The Java plug-in API is a collection of classes, abstarct classes, interfaces, and relationships you can use to implement ARDBC, AREA, and AR filter plug-ins in Java to run using the AR System 7.6.03 Java-based plug-in server. See the Integration Guide for information about configuring the plug-in server and about setting up to use the Java plug-in API.
For product related issues or questions, contact Customer Support by e-mail at customer_support@remedy.com.
For questions or comments about this documentation, e-mail us at .
The Java plug-in API includes an interface and an abstract class for each plug-in type. Your Java plug-in program must implement one of the interfaces or extend one of the abstract classes.
Interface |
Extends |
---|---|
Abstract class | Extends | Implements |
---|---|---|
Two or more Java plug-in classes can be configured in a plug-in set or group as described in the "Plug-ins" chapter of the Integration Guide and in the comments in the pluginsvr_config.xml file.
One public constructor is added in the ARServerUser class:
Constructor | Description |
public ARServerUser(ARNativeAuthenticationInfo userInfo, String locale, String server) { | This allows the plugin to use the plugin authenticationInfo values instead of the user's user name and password. |
BMC, BMC Software, and the BMC Software logo are the exclusive properties of BMC Software, Inc., are registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. All other BMC trademarks, service marks, and logos may be registered or pending registration in the U.S. or in other countries. All other trademarks or registered trademarks are the property of their respective owners.
DB2 is a registered trademark of International Business Machines Corporation.
IBM is a registered trademark of International Business Machines Corporation.
ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office.
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
Oracle is a registered trademark of Oracle Corporation.
UNIX is a registered trademark of The Open Group.
BMC Software considers information included in this documentation to be proprietary and confidential. Your use of this information is subject to the terms and conditions of the applicable End User License Agreement for the product and the proprietary and restricted rights notices included in this documentation.