org.marketcetera.modules.remote.receiver
Class ReceiverFactory
java.lang.Object
org.marketcetera.module.ModuleFactory
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROVIDER_URN
public static final ModuleURN PROVIDER_URN
- The module provider URN.
INSTANCE_URN
public static final ModuleURN INSTANCE_URN
- The single instance URN.
ReceiverFactory
public ReceiverFactory()
- Creates an instance.
create
public Module create(Object... inParameters)
throws ModuleCreationException
- Specified by:
create in class ModuleFactory
- Throws:
ModuleCreationException
Copyright © 2012. All Rights Reserved.