All Packages Class Hierarchy This Package Previous Next Index
Interface examples.mo.kstat.rpc_serverMO
- public interface rpc_serverMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getbadcalls()
-
-
getbadlen()
-
-
getcalls()
-
-
getdupchecks()
-
-
getdupreqs()
-
-
getnullrecv()
-
-
getxdrcall()
-
getdupreqs
public abstract Integer getdupreqs() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getbadlen
public abstract Integer getbadlen() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getxdrcall
public abstract Integer getxdrcall() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getnullrecv
public abstract Integer getnullrecv() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getdupchecks
public abstract Integer getdupchecks() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getbadcalls
public abstract Integer getbadcalls() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getcalls
public abstract Integer getcalls() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
All Packages Class Hierarchy This Package Previous Next Index