All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- Attribute(Group, String, int, String, String, int, int).
Constructor for class wrapper.Attribute
- Constructor.
- ComponentB(Node, String, int, String).
Constructor for class wrapper.ComponentB
- Constructor.
- connect().
Method in class wrapper.Node
- Try to bind to remote system by specific node name, protocol
and process address on the remote system.
- connect(String, String, String).
Method in class wrapper.DmiSP
- Bind to the remote system and register with service provider.
- COUNTER.
Variable in class wrapper.Attribute
-
- COUNTER64.
Variable in class wrapper.Attribute
-
- DATE.
Variable in class wrapper.Attribute
-
- disconnect().
Method in class wrapper.DmiSP
-
- disconnect().
Method in class wrapper.Node
- Disconnect a session by a unique handle.
- disconnect(long).
Method in class wrapper.DmiSP
- Unregister from DmiSP, and unbind from the remote system.
- displayAttributes().
Method in class wrapper.Group
- Display all the Attribute this Group has.
- displayComponents().
Method in class wrapper.Node
- Display all the ComponentB this Node has.
- displayGroups().
Method in class wrapper.ComponentB
- Display all the groups this Component has.
- DISPLAYSTRING.
Variable in class wrapper.Attribute
-
- DmiError(String).
Constructor for class wrapper.DmiError
-
- DMIERROR_FLAG.
Static variable in class wrapper.DmiError
-
- DmiNodeError(String).
Constructor for class wrapper.DmiNodeError
-
- DmiSP(String, String, String).
Constructor for class wrapper.DmiSP
- Constructor.
- GAUGE.
Variable in class wrapper.Attribute
-
- getAccessMode().
Method in class wrapper.Attribute
- Get related String for an access mode.
- getAttribute(int).
Method in class wrapper.Group
- Get an Attribute by ID.
- getAttribute(int, int, int).
Method in class wrapper.DmiSP
-
- getAttribute(long, int, int, int).
Method in class wrapper.DmiSP
- Get the value of an attribute of the specified Group of the specified
Component of the specified Node.
- getAttributeList().
Method in class wrapper.Group
- Get the list of attributes of this Group.
- getAttributeList(int, int).
Method in class wrapper.DmiSP
-
- getAttributeList(long, int, int).
Method in class wrapper.DmiSP
- Get the list of attributes of the specified Group of the specified
Component of the specified Node.
- getComponent().
Method in class wrapper.Group
- Get the Component which contains this Group.
- getComponentList().
Method in class wrapper.DmiSP
-
- getComponentList().
Method in class wrapper.Node
- Get the component list of this Node.
- getComponentList(long).
Method in class wrapper.DmiSP
- Get the list of a Node specified by the handle.
- getDataType().
Method in class wrapper.Attribute
- Get related String for a data type.
- getDescription().
Method in class wrapper.Attribute
- Get the description of this Attribute.
- getDescription().
Method in class wrapper.ComponentB
- Get the description of this Component.
- getDescription().
Method in class wrapper.Group
- Get description of this Group.
- getDescription().
Method in class wrapper.Node
- Get this Node's description.
- getDmiSP().
Method in class wrapper.Node
-
- getGroupList().
Method in class wrapper.ComponentB
- Get the group list of this ComponentB.
- getGroupList(int).
Method in class wrapper.DmiSP
-
- getGroupList(long, int).
Method in class wrapper.DmiSP
- Get the list of groups of the specified Component of the specified Node.
- getHandle().
Method in class wrapper.DmiSP
-
- getHandle().
Method in class wrapper.Node
- Get the handle of the Service Provider of this Node.
- getID().
Method in class wrapper.Attribute
- Get the id of this Attribute.
- getID().
Method in class wrapper.ComponentB
- Get the ID of this Component.
- getID().
Method in class wrapper.Group
- Get the ID of this Group.
- getLanguage().
Method in class wrapper.DmiSP
-
- getLanguage(long).
Method in class wrapper.DmiSP
- Get the language of the DMI SP.
- getLanguageList(int, int).
Method in class wrapper.DmiSP
-
- getLanguageList(long, int, int).
Method in class wrapper.DmiSP
- Returns a list of languages supported by the SP.
- getName().
Method in class wrapper.Attribute
- Get the name of this Attribute.
- getName().
Method in class wrapper.ComponentB
- Get the name of this Component.
- getName().
Method in class wrapper.Group
- Get the name of this Group.
- getName().
Method in class wrapper.Node
- Get this Node's name.
- getNode().
Method in class wrapper.ComponentB
- Get the host Node.
- getValue().
Method in class wrapper.Attribute
- Get the value of this Attribute.
- getVersion().
Method in class wrapper.DmiSP
-
- getVersion(long).
Method in class wrapper.DmiSP
- Gives the version of this DMISP.
- Group(ComponentB, String, int, String).
Constructor for class wrapper.Group
- Constructor.
- INTEGER.
Variable in class wrapper.Attribute
-
- INTEGER64.
Variable in class wrapper.Attribute
-
- isConnected().
Method in class wrapper.DmiSP
-
- isDmiSPLanguageOK().
Method in class wrapper.Node
- See whether the DMI-SP language of this Node matches local language.
- isDmiSPVersionOK().
Method in class wrapper.Node
- See whether the DMI-SP version is greater or equal to MINIMUM_VERSION
- main(String[]).
Static method in class wrapper.Node
- A stand alone test driver.
- MINIMUM_VERSION.
Static variable in class wrapper.Node
-
- Node(String, String, String, String).
Constructor for class wrapper.Node
- Constructor.
- OCTETSTRING.
Variable in class wrapper.Attribute
-
- READ_ONLY.
Variable in class wrapper.Attribute
-
- READ_WRITE.
Variable in class wrapper.Attribute
-
- refresh().
Method in class wrapper.Attribute
- Update the value of this Attribute.
- refresh().
Method in class wrapper.ComponentB
- Update the group list of this ComponentB.
- refresh().
Method in class wrapper.Group
- Update the attribute list.
- refresh().
Method in class wrapper.Node
- Update the component list of this Node.
- setAttribute(int, int, int, int, int, String).
Method in class wrapper.DmiSP
-
- setAttribute(long, int, int, int, int, int, String).
Method in class wrapper.DmiSP
- Sets value of an attribute.
- setHandle(long).
Method in class wrapper.DmiSP
-
- setLanguage().
Method in class wrapper.Node
- Set language accrording to this.language
- setLanguage(long, String).
Method in class wrapper.DmiSP
- Set the language of this DMISP.
- setLanguage(String).
Method in class wrapper.DmiSP
-
- setValue(int, String).
Method in class wrapper.Attribute
- Set the value of this Attribute.
- toString().
Method in class wrapper.Attribute
- Attribute in String format.
- toString().
Method in class wrapper.ComponentB
- Get this Group in String format.
- toString().
Method in class wrapper.Group
- Get this Group in String format.
- UNKNOWN_ACCESS.
Variable in class wrapper.Attribute
-
- UNSUPPORTED.
Variable in class wrapper.Attribute
-
- USA_ENGLISH.
Static variable in class wrapper.Node
-
- WRITE_ONLY.
Variable in class wrapper.Attribute
-