public class ComponentConnection extends Object implements Comparable<ComponentConnection>
| Constructor and Description |
|---|
ComponentConnection(String domain,
ComponentIOService service) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComponentConnection o) |
String |
getDomain() |
ComponentIOService |
getService() |
public ComponentConnection(String domain, ComponentIOService service)
public int compareTo(ComponentConnection o)
compareTo in interface Comparable<ComponentConnection>public String getDomain()
public ComponentIOService getService()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.