org.globus.wsrf.impl
Interface DirtyFlagHolder

All Known Implementing Classes:
PersistentReflectionResource

public interface DirtyFlagHolder


Method Summary
 boolean getDirty()
           
 void setDirty(boolean dirty)
          Sets the dirty flag.
 

Method Detail

setDirty

public void setDirty(boolean dirty)
Sets the dirty flag.

Parameters:
dirty - dirty flag.

getDirty

public boolean getDirty()