Package csw.command.client.messages
Interface SupervisorLockMessage
-
- All Superinterfaces:
CommandSerializable
,CommandSerializationMarker.RemoteMsg
,ComponentMessage
,SupervisorMessage
,SupervisorRunningMessage
- All Known Subinterfaces:
CommandMessage
- All Known Implementing Classes:
CommandMessage.Oneway
,CommandMessage.Submit
,CommandMessage.Validate
,Query
,QueryFinal
,SupervisorLockMessage.Lock
,SupervisorLockMessage.Unlock
public interface SupervisorLockMessage extends SupervisorRunningMessage, CommandSerializationMarker.RemoteMsg
Represents messages regarding locking and un-locking a component and messages that can be received when a component is locked
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SupervisorLockMessage.Lock
Represents message to lock a componentstatic class
SupervisorLockMessage.Lock$
static class
SupervisorLockMessage.Unlock
Represents message to un-lock an already locked componentstatic class
SupervisorLockMessage.Unlock$
-