Class Service
- java.lang.Object
-
- org.apache.vinci.transport.vns.service.Service
-
- All Implemented Interfaces:
ServiceInterface
public class Service extends Object implements ServiceInterface
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
port
protected int port
-
minport
protected int minport
-
maxport
protected int maxport
-
instance
protected int instance
-
realhost
protected String realhost
-
host
protected String host
-
qhost
protected String qhost
-
name
protected String name
-
level
protected String level
-
actualLevel
public int actualLevel
-
meta
protected boolean meta
-
dict
protected Hashtable dict
-
-
Constructor Detail
-
Service
public Service(Hashtable H)
-
-