All Packages Class Hierarchy This Package Previous Next Index
Class examples.mo.kstat.cpu_info0MOStub
java.lang.Object
|
+----examples.mo.kstat.cpu_info0MOStub
- public class cpu_info0MOStub
- extends Object
- implements cpu_info0MO, MOIf
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
cpu_info0MOStub()
- constructor with no parameter for newInstance()
-
connect(AdaptorMO)
-
-
deleteCmf()
-
-
deleteObject()
-
-
disconnect()
-
-
getAdaptorMO()
-
-
getclock_MHz()
-
-
getcpu_type()
-
-
getfpu_type()
-
-
getGroupOper()
-
-
getObjectName()
- Returns the object name of the object
-
getstate()
-
-
getstate_begin()
-
-
handlePropertyList(PropertyList)
- Update cached attributes.
-
modifyObject(boolean)
-
-
readAll()
-
-
readObject(boolean)
-
-
setAdaptorMO(AdaptorMO)
- Setter for the AdaptorMO.
-
setGroupOper(Boolean)
-
-
setObjectName(ObjectName)
- Setter for the ObjectName.
cpu_info0MOStub
public cpu_info0MOStub()
- constructor with no parameter for newInstance()
getfpu_type
public Integer getfpu_type() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getstate_begin
public Integer getstate_begin() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getstate
public Integer getstate() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getcpu_type
public Integer getcpu_type() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getclock_MHz
public Integer getclock_MHz() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setObjectName
public void setObjectName(ObjectName name)
- Setter for the ObjectName.
setAdaptorMO
public void setAdaptorMO(AdaptorMO adp)
- Setter for the AdaptorMO.
handlePropertyList
public void handlePropertyList(PropertyList list)
- Update cached attributes.
getObjectName
public ObjectName getObjectName()
- Returns the object name of the object
getAdaptorMO
public AdaptorMO getAdaptorMO()
getGroupOper
public Boolean getGroupOper()
setGroupOper
public void setGroupOper(Boolean param)
readAll
public void readAll() throws InstanceNotFoundException
readObject
public void readObject(boolean perform) throws InstanceNotFoundException
modifyObject
public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
deleteObject
public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
deleteCmf
public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
disconnect
public void disconnect()
connect
public void connect(AdaptorMO anAdaptor)
All Packages Class Hierarchy This Package Previous Next Index