Uses of Class
fedora.server.journal.readerwriter.multicast.Transport.State

Packages that use Transport.State
fedora.server.journal.readerwriter.multicast   
 

Uses of Transport.State in fedora.server.journal.readerwriter.multicast
 

Methods in fedora.server.journal.readerwriter.multicast that return Transport.State
 Transport.State Transport.getState()
           
static Transport.State Transport.State.valueOf(java.lang.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 fedora.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.