sequoia
Class PeonFactory
java.lang.Object
|
+--sequoia.PeonFactory
- public class PeonFactory
- extends java.lang.Object
Factory that creates and destroys
Peon
.
Constructor Summary |
PeonFactory(java.lang.String connectionFactoryImplementation)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeonFactory
public PeonFactory(java.lang.String connectionFactoryImplementation)
newPeon
public sequoia.Peon newPeon()
getConnectionFactory
public sequoia.ConnectionFactory getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(sequoia.ConnectionFactory connectionFactory)