| Package | Description |
|---|---|
| org.fcrepo.server.journal.readerwriter.multicast |
| Modifier and Type | Method and Description |
|---|---|
Transport.State |
Transport.getState() |
static Transport.State |
Transport.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport.State[] |
Transport.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.setState(Transport.State newState)
Subclasses should call this to change the current state, after the
operation has been performed.
|
void |
Transport.testStateChange(Transport.State desiredState)
Subclasses should call this before attempting an operation that will
change the current state, so if the change is not permitted, it will not
be performed.
|
Copyright © 2013 DuraSpace. All Rights Reserved.