Bus

org.topcased.bus.core
Class BasicServices

java.lang.Object
  extended by org.topcased.bus.core.BasicServices

public class BasicServices
extends java.lang.Object


Constructor Summary
BasicServices()
           
 
Method Summary
static boolean isBasicService(java.lang.String serviceId)
          This function is used to determine whether a service is a basic one or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicServices

public BasicServices()
Method Detail

isBasicService

public static boolean isBasicService(java.lang.String serviceId)
This function is used to determine whether a service is a basic one or not

Parameters:
serviceId - the id of the service
Returns:
true is the service is a basic one, false otherwise

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.