Package | Description |
---|---|
org.jboss.as.domain.controller |
Modifier and Type | Method and Description |
---|---|
HostConnectionInfo.EventType |
HostConnectionInfo.Event.getEventType()
Get the type of event.
|
HostConnectionInfo.EventType |
HostConnectionInfo.BasicEventImpl.getEventType() |
static HostConnectionInfo.EventType |
HostConnectionInfo.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostConnectionInfo.EventType[] |
HostConnectionInfo.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HostConnectionInfo.Event |
HostConnectionInfo.Events.create(HostConnectionInfo.EventType type,
String address) |
Constructor and Description |
---|
BasicEventImpl(HostConnectionInfo.EventType type,
String address) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.