com.infoengine.modeler.data
Class Service

java.lang.Object
  extended bycom.infoengine.modeler.data.Service

public class Service
extends Object


Field Summary
private static Class cls
           
private  boolean isAdapter
           
private  boolean isOutOfProcess
           
private  String serviceName
           
private static Vector services
           
private  String serviceType
           
private static Hashtable wDescCache
           
private  Vector wDescs
           
 
Constructor Summary
Service(String serviceName)
           
Service(String serviceName, String serviceType)
           
 
Method Summary
 void addWebjectDesc(WebjectDesc wDesc)
           
 String getServiceName()
           
 String getServiceType()
           
 Vector getWebjectDescs()
           
 boolean isAdapter()
           
 boolean isOutOfProcess()
           
static Vector lookupServices()
           
private static void resolveWebjects(Service s)
           
private static void resolveWebjects(String type, Service s)
           
 void setIsAdapter(boolean isAdapter)
           
 void setIsOutOfProcess(boolean isOutOfProcess)
           
 void setServiceName(String newServiceName)
           
 void setServiceType(String newServiceType)
           
 void setWebjectDescs(Vector v)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceName

private String serviceName

serviceType

private String serviceType

wDescs

private Vector wDescs

isAdapter

private boolean isAdapter

isOutOfProcess

private boolean isOutOfProcess

cls

private static Class cls

wDescCache

private static Hashtable wDescCache

services

private static Vector services
Constructor Detail

Service

public Service(String serviceName)

Service

public Service(String serviceName,
               String serviceType)
Method Detail

addWebjectDesc

public void addWebjectDesc(WebjectDesc wDesc)

getWebjectDescs

public Vector getWebjectDescs()

setWebjectDescs

public void setWebjectDescs(Vector v)

getServiceName

public String getServiceName()

setServiceName

public void setServiceName(String newServiceName)

setServiceType

public void setServiceType(String newServiceType)

getServiceType

public String getServiceType()

toString

public String toString()

setIsAdapter

public void setIsAdapter(boolean isAdapter)

isAdapter

public boolean isAdapter()

setIsOutOfProcess

public void setIsOutOfProcess(boolean isOutOfProcess)

isOutOfProcess

public boolean isOutOfProcess()

lookupServices

public static Vector lookupServices()

resolveWebjects

private static void resolveWebjects(Service s)

resolveWebjects

private static void resolveWebjects(String type,
                                    Service s)