public class InternalConnectEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalConnectEvent.ConnectEventType |
| Modifier and Type | Field and Description |
|---|---|
InternalConnectEvent.ConnectEventType |
type |
| Modifier and Type | Method and Description |
|---|---|
JCSMPException |
getException() |
String |
getHostSpec() |
static InternalConnectEvent |
ofType(InternalConnectEvent.ConnectEventType ct) |
String |
toString() |
InternalConnectEvent |
with(JCSMPException ex) |
InternalConnectEvent |
with(String hostSpec) |
public InternalConnectEvent.ConnectEventType type
public static InternalConnectEvent ofType(InternalConnectEvent.ConnectEventType ct)
public InternalConnectEvent with(JCSMPException ex)
public InternalConnectEvent with(String hostSpec)
public String getHostSpec()
public JCSMPException getException()
Copyright 2004-2020 Solace Corporation. All rights reserved.