openamf/src/java/org/openamf/test SimpleBusinessDelegate.java,NONE,1.1

Sean Sullivan <[email protected]> Thu, 01 Apr 2004 05:02:19 +0000
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22174/src/java/org/openamf/test

Added Files:
	SimpleBusinessDelegate.java 
Log Message:


--- NEW FILE: SimpleBusinessDelegate.java ---
/*
 * 
 * 
 */
package org.openamf.test;

import java.util.*;

/**
 * 
 * @author Sean C. Sullivan
 *
 */
public class SimpleBusinessDelegate
{
	
	public SimpleBusinessDelegate()
	{
	}
	
	public Foo getFavoriteFoo()
	{
		return new Foo();
	}
	
	public Bar getFavoriteBar()
	{
		return new Bar();
	}

	public List getListOfIntegers()
	{
		List l = new ArrayList();
		l.add(new Integer(1));
		l.add(new Integer(2));
		l.add(new Integer(3));
		return l;
	}
}



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click