org.gwe.utils.services
Class PermitRequest

java.lang.Object
  extended by org.gwe.utils.services.PermitRequest

public class PermitRequest
extends java.lang.Object

Since:
Aug 1, 2007
Author:
Marco Ruiz

Method Summary
static PermitRequest createDescriptor()
           
 long getCompletionTime()
           
 long getCreationTime()
           
 long getId()
           
 java.lang.Object getLock()
           
 long getScheduledTime()
           
 void requestCompleted()
           
 void requestScheduled()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createDescriptor

public static PermitRequest createDescriptor()

requestScheduled

public void requestScheduled()

requestCompleted

public void requestCompleted()

getLock

public java.lang.Object getLock()

getCompletionTime

public long getCompletionTime()

getCreationTime

public long getCreationTime()

getId

public long getId()

getScheduledTime

public long getScheduledTime()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2009. All Rights Reserved.