org.tinygroup.servicebasicservice
类 BasicService

java.lang.Object
  继承者 org.tinygroup.servicebasicservice.BasicService

public class BasicService
extends Object


构造方法摘要
BasicService()
           
 
方法摘要
 int getServiceCount()
           
 ServiceRegistry getServiceRegistry()
           
 ServiceRegistryItem getServiceRegistryItem(String id)
           
 List<ServiceRegistryItem> getServiceRegistryItems()
           
 void setServiceRegistry(ServiceRegistry serviceRegistry)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BasicService

public BasicService()
方法详细信息

getServiceCount

public int getServiceCount()

getServiceRegistryItems

public List<ServiceRegistryItem> getServiceRegistryItems()

getServiceRegistryItem

public ServiceRegistryItem getServiceRegistryItem(String id)

getServiceRegistry

public ServiceRegistry getServiceRegistry()

setServiceRegistry

public void setServiceRegistry(ServiceRegistry serviceRegistry)


Copyright © 2006–2016 TinyGroup. All rights reserved.