SunSPOT API V5.0


Uses of Class
java.lang.Class

Packages that use Class
com.sun.spot.service IService provides a general interface to allow running services to be controlled. 
com.sun.squawk.peripheral   
java.lang   
 

Uses of Class in com.sun.spot.service
 

Methods in com.sun.spot.service with parameters of type Class
 IService ServiceRegistry.lookup(Class serviceInterface)
          Lookup a matching service.
 IService ServiceRegistry.lookup(Class serviceInterface, String name)
          Lookup a matching service with a specified service name.
 IService[] ServiceRegistry.lookupAll(Class serviceInterface)
          Lookup all matching services.
 IService[] ServiceRegistry.lookupAll(Class serviceInterface, String name)
          Lookup all matching services with a specified service name.
 

Uses of Class in com.sun.squawk.peripheral
 

Methods in com.sun.squawk.peripheral with parameters of type Class
 IPeripheral[] PeripheralRegistry.getAll(Class type)
          Return all peripherals of type type.
 IPeripheral PeripheralRegistry.getSingleton(Class type)
           
 void PeripheralRegistry.removeAll(Class type)
           
 

Uses of Class in java.lang
 

Methods in java.lang that return Class
static Class Class.forName(String className)
          Returns the Class object associated with the class with the given string name.
 Class Object.getClass()
          Returns the runtime class of an object.
 

Methods in java.lang with parameters of type Class
 boolean Class.isAssignableFrom(Class cls)
          Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.