cdev
Class Config

java.lang.Object
  |
  +--cdev.Config

public class Config
extends java.lang.Object


Constructor Summary
Config()
           
 
Method Summary
static DirectoryService getDirectoryService()
          Returns the directory service.
static IOService getIOService(Device device)
          Returns the IOService that implements transactions with a Device.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

getIOService

public static IOService getIOService(Device device)
                              throws java.lang.ClassNotFoundException,
                                     java.lang.InstantiationException,
                                     java.lang.IllegalAccessException
Returns the IOService that implements transactions with a Device.

getDirectoryService

public static DirectoryService getDirectoryService()
                                            throws java.lang.ClassNotFoundException,
                                                   java.lang.InstantiationException,
                                                   java.lang.IllegalAccessException
Returns the directory service.