Package | Description |
---|---|
org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
org.asteriskjava.manager.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.manager package.
|
Modifier and Type | Method and Description |
---|---|
ManagerConnectionState |
DefaultManagerConnection.getState() |
ManagerConnectionState |
ManagerConnection.getState()
Returns the lifecycle status of this connection.
|
static ManagerConnectionState |
ManagerConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagerConnectionState[] |
ManagerConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ManagerConnectionState |
ManagerConnectionImpl.state |
Modifier and Type | Method and Description |
---|---|
ManagerConnectionState |
ManagerConnectionImpl.getState() |
Copyright © 2004–2016. All rights reserved.