Defining an Object Type in Interface Style
To define an object type in interface style, your agent code models a managed object as a Java class that implements appropriate interfaces. Then it registers an instance, which lets the agent library call the interface methods.
We present the general task of defining an object type that can have more than one instance. Singleton object types and top-level object types are special cases; to see how they differ from this general case, see
Defining a Singleton Object Type in Interface Style and
Defining a Top-Level Object Type in Interface Style.
Procedure
Copyright © Cloud Software Group, Inc. All Rights Reserved.