|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.Gateway.GwPermission
Constructor Summary | |
Gateway.GwPermission(java.lang.Object key,
ApplicationId app,
HostId[] targets,
java.util.Date lease)
Creates a new GwPermission instance. |
Method Summary | |
ApplicationId |
getApplication()
Describe getApplication method here. |
java.util.Date |
getExpirationTime()
Describe getExpirationTime method here. |
java.lang.Object |
getKey()
Describe getKey method here. |
HostId[] |
getTargets()
Describe getTargets method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Gateway.GwPermission(java.lang.Object key, ApplicationId app, HostId[] targets, java.util.Date lease)
GwPermission
instance.
key
- an Object
valueapp
- an ApplicationId
valuetargets
- a HostId[]
valuelease
- a Date
valueMethod Detail |
public java.lang.Object getKey()
getKey
method here.
Object
valuepublic ApplicationId getApplication()
getApplication
method here.
ApplicationId
valuepublic HostId[] getTargets()
getTargets
method here.
HostId[]
valuepublic java.util.Date getExpirationTime()
getExpirationTime
method here.
Date
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |