| Package | Description |
|---|---|
| org.cojen.dirmi |
Public API for Dirmi.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionCloseListener.Cause |
SessionCloseListener.Cause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionCloseListener.Cause[] |
SessionCloseListener.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionCloseListener.closed(Link sessionLink,
SessionCloseListener.Cause cause)
Called at most once by a session, after it has closed.
|
Copyright © 2006–2015 Cojen. All rights reserved.