org.marketcetera.modules.remote.receiver
Class ReceiverFactory

java.lang.Object
  extended by org.marketcetera.module.ModuleFactory
      extended by org.marketcetera.modules.remote.receiver.ReceiverFactory

public class ReceiverFactory
extends ModuleFactory

Factory for the ReceiverModule.

The factory has the following characteristics.

Provider URN:metc:remote:receiver
Cardinality:Singleton
Instance URN:metc:remote:receiver:single
Auto-Instantiated:No
Auto-Started:Yes
Module Type:ReceiverModule

Since:
1.5.0
Version:
$Id: ReceiverFactory.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com

Field Summary
static ModuleURN INSTANCE_URN
          The single instance URN.
static ModuleURN PROVIDER_URN
          The module provider URN.
 
Constructor Summary
ReceiverFactory()
          Creates an instance.
 
Method Summary
 Module create(Object... inParameters)
           
 
Methods inherited from class org.marketcetera.module.ModuleFactory
getParameterTypes, getProviderDescription, getProviderURN, isAutoInstantiate, isMultipleInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_URN

public static final ModuleURN PROVIDER_URN
The module provider URN.


INSTANCE_URN

public static final ModuleURN INSTANCE_URN
The single instance URN.

Constructor Detail

ReceiverFactory

public ReceiverFactory()
Creates an instance.

Method Detail

create

public Module create(Object... inParameters)
              throws ModuleCreationException
Specified by:
create in class ModuleFactory
Throws:
ModuleCreationException


Copyright © 2012. All Rights Reserved.