oracle.cle.resource
Interface Suspendable
- All Known Subinterfaces:
- Role
- public interface Suspendable
Specifies that a given implementor can be suspended or unsuspended.
Method Summary |
boolean |
getSuspended()
Returns true if the implementor of this interface is suspended. |
void |
setSuspended(boolean aBoolean)
Suspend the implmentor of this interface if
passing true, unsuspend if passing false. |
setSuspended
public void setSuspended(boolean aBoolean)
- Suspend the implmentor of this interface if
passing true, unsuspend if passing false.
getSuspended
public boolean getSuspended()
- Returns true if the implementor of this interface is suspended.
Copyright © 2003 ORACLE Corp. All Rights Reserved.