Class TopologyWebSocketBehavior
java.lang.Object
org.apache.syncope.client.console.wicket.ws.BasePageWebSocketBehavior.Child
org.apache.syncope.client.console.wicket.ws.BasePageWebSocketBehavior.OnMessageChild
org.apache.syncope.client.console.topology.TopologyWebSocketBehavior
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConfParamOpsprotected static final Stringprotected final ConnectorRestClientprotected Integerprotected Stringprotected Stringprotected Stringprotected static final Loggerprotected static final JsonMapperprotected static final Stringprotected final ResourceRestClientprotected Integerprotected final ServiceOpsFields inherited from class org.apache.syncope.client.console.wicket.ws.BasePageWebSocketBehavior.Child
nonce -
Constructor Summary
ConstructorsConstructorDescriptionTopologyWebSocketBehavior(ServiceOps serviceOps, ConfParamOps confParamOps, ConnectorRestClient connectorRestClient, ResourceRestClient resourceRestClient) -
Method Summary
Modifier and TypeMethodDescriptionbooleanconnCheckDone(Collection<String> connectors) protected voidonMessage(WebSocketRequestHandler handler, TextMessage message) booleanresCheckDone(Collection<String> resources) protected voidtimeoutHandlingConnectionChecker(TopologyWebSocketBehavior.Checker checker, Integer timeout, Map<String, String> responses, Set<String> running)
-
Field Details
-
LOG
-
MAPPER
-
CONNECTOR_TEST_TIMEOUT_PARAMETER
- See Also:
-
RESOURCE_TEST_TIMEOUT_PARAMETER
- See Also:
-
serviceOps
-
confParamOps
-
connectorRestClient
-
resourceRestClient
-
connectors
-
runningConnCheck
-
resources
-
runningResCheck
-
coreAddress
-
domain
-
jwt
-
connectorTestTimeout
-
resourceTestTimeout
-
-
Constructor Details
-
TopologyWebSocketBehavior
public TopologyWebSocketBehavior(ServiceOps serviceOps, ConfParamOps confParamOps, ConnectorRestClient connectorRestClient, ResourceRestClient resourceRestClient)
-
-
Method Details
-
timeoutHandlingConnectionChecker
-
onMessage
- Specified by:
onMessagein classBasePageWebSocketBehavior.OnMessageChild
-
connCheckDone
-
resCheckDone
-