| Package | Description |
|---|---|
| won.protocol.exception | |
| won.protocol.model | |
| won.protocol.model.unread | |
| won.protocol.repository | |
| won.protocol.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
IllegalMessageForConnectionStateException.getConnectionState() |
| Constructor and Description |
|---|
IllegalMessageForConnectionStateException(java.net.URI connectionURI,
java.lang.String methodName,
ConnectionState connectionState) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionState |
ConnectionState.create(ConnectionEventType msg) |
static ConnectionState |
ConnectionState.fromURI(java.net.URI uri)
Tries to match the given URI against all enum values.
|
ConnectionState |
Connection.getState() |
static ConnectionState |
ConnectionState.parseString(java.lang.String fragment)
Tries to match the given string against all enum values.
|
ConnectionState |
ConnectionState.transit(ConnectionEventType msg) |
static ConnectionState |
ConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConnectionState.closeOnNeedDeactivate(ConnectionState state) |
boolean |
ConnectionEventType.isMessageAllowed(ConnectionState stateToCheck) |
void |
Connection.setState(ConnectionState state) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
UnreadMessageInfoForConnection.getConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ConnectionState,UnreadMessageInfo> |
UnreadMessageInfoForNeed.getUnreadInfoByConnectionState() |
| Constructor and Description |
|---|
UnreadMessageInfoForConnection(java.net.URI connectionURI,
ConnectionState connectionState,
long count,
java.util.Date newestTimestamp,
java.util.Date oldestTimestamp) |
UnreadMessageInfoForConnection(java.net.URI connectionURI,
ConnectionState connectionState,
UnreadMessageInfo unreadInformation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Connection> |
ConnectionRepository.findByNeedURIAndRemoteNeedURIAndState(java.net.URI needURI,
java.net.URI remoteNeedURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByNeedURIAndStateAndTypeURI(java.net.URI needURI,
ConnectionState connectionState,
java.net.URI facetType) |
java.util.List<Connection> |
ConnectionRepository.getConnectionsByNeedURIAndNotInStateForUpdate(java.net.URI needURI,
ConnectionState connectionState) |
java.util.List<java.net.URI> |
ConnectionRepository.getConnectionURIsByNeedURIAndNotInState(java.net.URI needURI,
ConnectionState connectionState) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
WON.toResource(ConnectionState type)
Converts the ConnectionState Enum to a Resource.
|
Copyright © 2018. All Rights Reserved.