| Class | Description |
|---|---|
| ClassUtil |
Utilities used for working with Class objects.
|
| CommandTraceUtil |
Static utility methods useful when logging commands, used mainly for debugging a client and remote endpoint.
|
| CommUtils |
Just a place where basic comm utility methods are placed for use by anything
that needs to use the comm layer.
|
| ConcurrencyManager |
This is basically a thread gatekeeper that allows a thread to ask for permission to continue.
|
| ConcurrencyManager.Permit | |
| DumpBytes |
Dumps hexadecimal, decimal, octal and binary representations of any given File, String or byte array.
|
| SecurityUtil |
Utilities to help perform security tasks.
|
| Exception | Description |
|---|---|
| NotPermittedException |
Thrown when the
ConcurrencyManager determines that a thread is not permitted to continue. |
| NotProcessedException |
Thrown when command processing is unavailable.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.