|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport.State | |
|---|---|
| org.fcrepo.server.journal.readerwriter.multicast | |
| Uses of Transport.State in org.fcrepo.server.journal.readerwriter.multicast |
|---|
| Methods in org.fcrepo.server.journal.readerwriter.multicast that return Transport.State | |
|---|---|
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. |
| Methods in org.fcrepo.server.journal.readerwriter.multicast with parameters of type Transport.State | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||