Version: 1.1.1

Uses of Class
org.biomoby.shared.MobyServiceType

Packages that use MobyServiceType
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
org.biomoby.client The components used for developing Moby clients. 
org.biomoby.registry.sync.handler   
org.biomoby.service.dashboard   
org.biomoby.shared It contains components that are used from more than one (other) packages. 
org.biomoby.shared.extended   
 

Uses of MobyServiceType in ca.ucalgary.seahawk.gui
 

Methods in ca.ucalgary.seahawk.gui with parameters of type MobyServiceType
 JMenu MobyServicesGUI.addServiceTypeSubMenu(JMenu parentMenu, MobyServiceType type)
           
 

Constructors in ca.ucalgary.seahawk.gui with parameters of type MobyServiceType
MobyShimmer(MobyServicesGUI gui, MobyServiceType serviceType)
           
 

Uses of MobyServiceType in org.biomoby.client
 

Methods in org.biomoby.client that return MobyServiceType
 MobyServiceType[] CentralDigestImpl.getFullServiceTypes()
           
 

Methods in org.biomoby.client with parameters of type MobyServiceType
static String Graphviz.createServiceTypesGraph(MobyServiceType[] serviceTypes, Properties props)
          Creates a graph connecting 'serviceTypes' using their ISA relationship.
 String CentralImpl.getRegisterServiceTypeXML(MobyServiceType serviceType)
           
 void CentralImpl.registerServiceType(MobyServiceType serviceType)
           
 void CentralImpl.unregisterServiceType(MobyServiceType serviceType)
           
 

Uses of MobyServiceType in org.biomoby.registry.sync.handler
 

Methods in org.biomoby.registry.sync.handler with parameters of type MobyServiceType
 boolean ServiceTypeHandler.register(MobyServiceType object)
           
 boolean ServiceTypeHandler.unregister(MobyServiceType object)
           
 

Uses of MobyServiceType in org.biomoby.service.dashboard
 

Methods in org.biomoby.service.dashboard that return MobyServiceType
 MobyServiceType RegistryModel.getServiceType(String serviceTypeName)
           
 MobyServiceType[] RegistryModel.getServiceTypes(Object initiator)
          Fetch service types (from a cache or from a registry).
 

Methods in org.biomoby.service.dashboard with parameters of type MobyServiceType
 String RegistryModel.getRegisterServiceTypeXML(MobyServiceType serviceType)
           
 void RegistryModel.registerServiceType(MobyServiceType serviceType)
           
 void RegistryModel.unRegisterServiceType(MobyServiceType serviceType)
           
 

Uses of MobyServiceType in org.biomoby.shared
 

Methods in org.biomoby.shared that return MobyServiceType
 MobyServiceType[] CentralDigest.getFullServiceTypes()
          Get definition of all known service types.
 MobyServiceType[] MobyServiceType.getLineage()
           
 MobyServiceType MobyServiceType.getParent()
           
 MobyServiceType MobyService.getServiceType()
           
static MobyServiceType MobyServiceType.getServiceType(String className)
           
static MobyServiceType MobyServiceType.getServiceType(String className, Registry reg)
           
 

Methods in org.biomoby.shared with parameters of type MobyServiceType
 int MobyServiceType.compareTo(MobyServiceType obj)
           
 void Central.registerServiceType(MobyServiceType serviceType)
          Register new service type.
 void MobyService.setServiceType(MobyServiceType serviceType)
           
 void Central.unregisterServiceType(MobyServiceType serviceType)
          Unregister given Moby service type.
 

Uses of MobyServiceType in org.biomoby.shared.extended
 

Methods in org.biomoby.shared.extended that return MobyServiceType
 MobyServiceType[] ServiceTypeParser.getMobyServiceTypesFromRDF()
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010