All Packages Class Hierarchy This Package Previous Next Index
Interface examples.mo.kstat.cpu_info1MO
- public interface cpu_info1MO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getclock_MHz()
-
-
getcpu_type()
-
-
getfpu_type()
-
-
getstate()
-
-
getstate_begin()
-
getfpu_type
public abstract Integer getfpu_type() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getstate_begin
public abstract Integer getstate_begin() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getstate
public abstract Integer getstate() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getcpu_type
public abstract Integer getcpu_type() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getclock_MHz
public abstract Integer getclock_MHz() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
All Packages Class Hierarchy This Package Previous Next Index