Class EndpointManager
- java.lang.Object
-
- org.jboss.hal.client.bootstrap.endpoint.EndpointManager
-
public class EndpointManager extends Object
Class which connects to a running management endpoint or triggers the selection of an arbitrary management endpoint. By default, this class first tries to connect to the management endpoint the console was loaded from. If no endpoint was found, the selection is triggered byEndpointDialog.Please note: This class must run before any bootstrap function!
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECT_PARAMETER
-
Constructor Summary
Constructors Constructor Description EndpointManager(Endpoints endpoints, EndpointStorage storage)
-
-
-
Field Detail
-
CONNECT_PARAMETER
public static final String CONNECT_PARAMETER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EndpointManager
@Inject public EndpointManager(Endpoints endpoints, EndpointStorage storage)
-
-
Method Detail
-
select
public void select(Callback callback)
-
-