Package org.jboss.as.server
Interface DomainServerCommunicationServices.OperationIDUpdater
- Enclosing class:
- DomainServerCommunicationServices
public static interface DomainServerCommunicationServices.OperationIDUpdater
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateOperationID(int operationID) Update the operation ID when connecting to the HC.
-
Method Details
-
updateOperationID
void updateOperationID(int operationID) Update the operation ID when connecting to the HC.- Parameters:
operationID- the new operation ID
-