java.lang.Object
org.apache.vinci.transport.vns.service.Service
All Implemented Interfaces:
ServiceInterface

public class Service extends Object implements ServiceInterface
  • Field Details

    • 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 Details

  • Method Details

    • constructAttr

      private void constructAttr()
    • atoi

      private int atoi(String s)
    • getAttr

      public Object getAttr(String name)
      Specified by:
      getAttr in interface ServiceInterface
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • updatePort

      public void updatePort()
    • update

      public void update()
    • getHostByName

      private String getHostByName(String host)
    • getHostByAddr

      private String getHostByAddr(String host)
    • lvl

      private String lvl(String s)
    • toFrame

      public Frame toFrame()
    • toXML

      public String toXML()
    • xmlquote

      public static String xmlquote(String s)
    • isEntity

      static boolean isEntity(char c)
    • entityRef

      static String entityRef(char c)
    • toString

      public String toString()
      Overrides:
      toString in class Object