org.shiftone.jrat.core
Class ServiceFactory

java.lang.Object
  extended by org.shiftone.jrat.core.ServiceFactory

public class ServiceFactory
extends java.lang.Object

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
ServiceFactory()
           
 
Method Summary
 CommandletRegistry getCommandletRegistry()
           
 FileOutputFactory getFileOutputFactory()
           
 FileOutputRegistry getFileOutputRegistry()
           
static ServiceFactory getInstance()
           
 JmxRegistry getJmxRegistry()
           
 ShutdownRegistry getShutdownRegistry()
           
 Transformer getTransformer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

getInstance

public static ServiceFactory getInstance()

getCommandletRegistry

public CommandletRegistry getCommandletRegistry()

getJmxRegistry

public JmxRegistry getJmxRegistry()

getFileOutputRegistry

public FileOutputRegistry getFileOutputRegistry()

getFileOutputFactory

public FileOutputFactory getFileOutputFactory()

getShutdownRegistry

public ShutdownRegistry getShutdownRegistry()

getTransformer

public Transformer getTransformer()