net.sf.colle.mid.ejb.test
Class TestFactory
java.lang.Object
net.sf.colle.mid.LogicFactory
net.sf.colle.mid.ejb.test.TestFactory
- public class TestFactory
- extends LogicFactory
Generated factory class for the Test logic class.
DO NOT EDIT. Make changes to net/sf/colle/mid/FactoryCodeGenerator.gen and
regenerate.
Test interface for use in net.sf.colle.mid.ejb.test tests.
Created: 17 Sep 2001
- Author:
- net/sf/colle/mid/FactoryCodeGenerator.gen
Revision: $Revision: 1.2 $, $Date: 2004/10/19 06:15:41 $
Method Summary |
static Test |
getLogic()
Gets the logic for the current configuration. |
static Test |
getLogic(boolean pbLocal)
Gets the local or remote logic (exposed for generated code only, use getLogic()). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFactory
public TestFactory()
getLogic
public static Test getLogic()
- Gets the logic for the current configuration.
getLogic
public static Test getLogic(boolean pbLocal)
- Gets the local or remote logic (exposed for generated code only, use getLogic()).