Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.server.session
Class SRN

java.lang.Object
  extended by org.hyperic.hq.measurement.server.session.SRN

public class SRN
extends java.lang.Object

SRN stands for 'Schedule Revision Number' It is the association of an appdef entity with a number indicating what the server's idea of the agent's metric collection schedule is.


Constructor Summary
SRN(AppdefEntityID id, int revisionNumber)
           
 
Method Summary
 AppdefEntityID getEntity()
           
 int getRevisionNumber()
           
 void setRevisionNumber(int newRev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRN

public SRN(AppdefEntityID id,
           int revisionNumber)
Method Detail

getEntity

public AppdefEntityID getEntity()

getRevisionNumber

public int getRevisionNumber()

setRevisionNumber

public void setRevisionNumber(int newRev)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.