| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.store.StoreExpirationEvent
public class StoreExpirationEvent
Fired when a store implementation expires a resource
| Constructor Summary | |
|---|---|
StoreExpirationEvent(java.lang.Object source,
                     RuntimeComponent owner,
                     java.lang.Object instance)
Constructor.  | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
getInstance()
Returns the expiring object.  | 
 RuntimeComponent | 
getOwner()
Returns the owner of the expiring object.  | 
 java.lang.Object | 
getSource()
Returns the source of the event  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StoreExpirationEvent(java.lang.Object source,
                            RuntimeComponent owner,
                            java.lang.Object instance)
source - the source of the eventowner - the owner of the expiring objectinstance - the expiring object| Method Detail | 
|---|
public java.lang.Object getSource()
Event
getSource in interface Eventpublic RuntimeComponent getOwner()
public java.lang.Object getInstance()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||