org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecordFactory

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.client.CreditRecordFactory

public class CreditRecordFactory
extends Object

Author:
forrestxm

Constructor Summary
CreditRecordFactory(String beanname)
           
 
Method Summary
 void creationStatistics()
           
 CreditRecord dynamicCreateBean(String record)
           
static CreditRecord staticCreateBean(String record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditRecordFactory

public CreditRecordFactory(String beanname)
Method Detail

staticCreateBean

public static CreditRecord staticCreateBean(String record)

dynamicCreateBean

public CreditRecord dynamicCreateBean(String record)

creationStatistics

public void creationStatistics()


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