Class ServiceDiscoveryTask


  • public class ServiceDiscoveryTask
    extends java.lang.Object
    Small ant task that will use discovery to locate a particular impl. and display all values. You can execute this and save it with an id, then other classes can use it.
    Author:
    Costin Manolache
    • Constructor Detail

      • ServiceDiscoveryTask

        public ServiceDiscoveryTask()
    • Method Detail

      • setServiceName

        public void setServiceName​(java.lang.String name)
      • setDebug

        public void setDebug​(int i)
      • getServiceInfo

        public java.lang.String[] getServiceInfo()
      • execute

        public void execute()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception