org.apache.excalibur.instrument.client
Interface InstrumentableData
- All Superinterfaces:
- Data, ElementData
- public interface InstrumentableData
- extends ElementData
isRegistered
public boolean isRegistered()
- Returns the registered flag of the remote object.
- Returns:
- The registered flag of the remote object.
getInstrumentables
public InstrumentableData[] getInstrumentables()
- Gets a thread-safe snapshot of the child instrumentable list.
- Returns:
- A thread-safe snapshot of the child instrumentable list.
getInstruments
public InstrumentData[] getInstruments()
- Gets a thread-safe snapshot of the instrument list.
- Returns:
- A thread-safe snapshot of the instrument list.
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.