org.apache.excalibur.instrument.client
Interface Data

All Known Subinterfaces:
ElementData, InstrumentableData, InstrumentData, InstrumentManagerData, InstrumentSampleData, InstrumentSampleElementData, InstrumentSampleSnapshotData

public interface Data

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:23 $
Author:
Avalon Development Team

Method Summary
 java.lang.String getDescription()
          Returns the description.
 int getStateVersion()
          Returns the state version.
 boolean update()
          Causes the Data to update itself with the latest data from the server.
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
The description.

getStateVersion

public int getStateVersion()
Returns the state version.

Returns:
The state version.

update

public boolean update()
Causes the Data to update itself with the latest data from the server.

Returns:
true if successful.


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.