Uses of Class
org.openqa.grid.internal.SessionTerminationReason

Packages that use SessionTerminationReason
org.openqa.grid.internal   
 

Uses of SessionTerminationReason in org.openqa.grid.internal
 

Methods in org.openqa.grid.internal that return SessionTerminationReason
static SessionTerminationReason SessionTerminationReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SessionTerminationReason[] SessionTerminationReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openqa.grid.internal with parameters of type SessionTerminationReason
 void Registry.forceRelease(TestSlot testSlot, SessionTerminationReason reason)
          releasing the testslot, WITHOUT running any listener.
 void Registry.terminate(TestSession session, SessionTerminationReason reason)
          Ends this test session for the hub, releasing the resources in the hub / registry.
 



Copyright © 2012. All Rights Reserved.