public class Service extends Object implements ServiceInterface
Modifier and Type | Field and Description |
---|---|
int |
actualLevel |
protected Hashtable |
dict |
protected String |
host |
protected int |
instance |
protected String |
level |
protected int |
maxport |
protected boolean |
meta |
protected int |
minport |
protected String |
name |
protected int |
port |
protected String |
qhost |
protected String |
realhost |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getAttr(String name) |
int |
hashCode() |
Frame |
toFrame() |
String |
toString() |
String |
toXML() |
void |
update() |
void |
updatePort() |
static String |
xmlquote(String s) |
protected int port
protected int minport
protected int maxport
protected int instance
protected String realhost
protected String host
protected String qhost
protected String name
protected String level
public int actualLevel
protected boolean meta
protected Hashtable dict
public Service(Hashtable H)
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.