org.apache.aries.blueprint.sample
Class AccountFactory

java.lang.Object
  extended by org.apache.aries.blueprint.sample.AccountFactory

public class AccountFactory
extends Object


Constructor Summary
AccountFactory(String factoryName)
           
 
Method Summary
 Account createAccount(long number)
           
 String getFactoryName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountFactory

public AccountFactory(String factoryName)
Method Detail

createAccount

public Account createAccount(long number)

getFactoryName

public String getFactoryName()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.