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 intactualLevelprotected Hashtabledictprotected Stringhostprotected intinstanceprotected Stringlevelprotected intmaxportprotected booleanmetaprotected intminportprotected Stringnameprotected intportprotected Stringqhostprotected Stringrealhost
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetAttr(String name)inthashCode()FrametoFrame()StringtoString()StringtoXML()voidupdate()voidupdatePort()static Stringxmlquote(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)
-
-