|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Refreshable
An object whose internal state may be refreshed: as in a credential object with a expiry date.
| Method Summary | |
|---|---|
boolean |
isCurrent()
Tells whether or not this object is current. |
void |
refresh()
Refresh this object. |
| Method Detail |
|---|
boolean isCurrent()
void refresh()
throws RefreshFailedException
RefreshFailedException - If refreshing this object fails.
SecurityException - If the caller does not have permission to
refresh, or to take the steps involved in refreshing, this object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||