org.isam.exehda.services
Class Gateway.GwPermission

java.lang.Object
  |
  +--org.isam.exehda.services.Gateway.GwPermission
Enclosing class:
Gateway

public static class Gateway.GwPermission
extends java.lang.Object


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

Gateway.GwPermission

public Gateway.GwPermission(java.lang.Object key,
                            ApplicationId app,
                            HostId[] targets,
                            java.util.Date lease)
Creates a new GwPermission instance.

Parameters:
key - an Object value
app - an ApplicationId value
targets - a HostId[] value
lease - a Date value
Method Detail

getKey

public java.lang.Object getKey()
Describe getKey method here.

Returns:
an Object value

getApplication

public ApplicationId getApplication()
Describe getApplication method here.

Returns:
an ApplicationId value

getTargets

public HostId[] getTargets()
Describe getTargets method here.

Returns:
a HostId[] value

getExpirationTime

public java.util.Date getExpirationTime()
Describe getExpirationTime method here.

Returns:
a Date value