|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpirationPolicy
This interface contains the operations necessary to define an expiration policy. The implementing classes determine the strategy used to determine whether or not the policy has expired.
| Method Summary | |
|---|---|
void |
expire()
Forces the policy to expire. |
boolean |
hasExpired(Object target)
Returns the expiration status of the policy. |
| Method Detail |
|---|
boolean hasExpired(Object target)
target - the expiration target.
void expire()
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||