| Package | Description | 
|---|---|
| org.openqa.grid.internal | 
| Modifier and Type | Method and Description | 
|---|---|
| static SessionTerminationReason | SessionTerminationReason. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Registry. forceRelease(TestSlot testSlot,
            SessionTerminationReason reason)Releases the test slot, 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 © 2013. All rights reserved.