| Package | Description |
|---|---|
| de.cismet.connectioncontext |
| Modifier and Type | Method and Description |
|---|---|
AbstractConnectionContext.Category |
AbstractConnectionContext.getCategory()
DOCUMENT ME!
|
static AbstractConnectionContext.Category |
AbstractConnectionContext.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractConnectionContext.Category[] |
AbstractConnectionContext.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionContext |
ConnectionContext.create(AbstractConnectionContext.Category category,
String context)
DOCUMENT ME!
|
| Constructor and Description |
|---|
AbstractConnectionContext(AbstractConnectionContext.Category category)
Creates a new AbstractConnectionContext object.
|
AbstractConnectionContext(AbstractConnectionContext.Category category,
String contextName)
Creates a new AbstractConnectionContext object.
|
ConnectionContext(AbstractConnectionContext.Category category)
Creates a new ConnectionContext object.
|
ConnectionContext(AbstractConnectionContext.Category category,
String contextName)
Creates a new ClientConnectionContext object.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.