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