jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container/builder Builder.java,1.2,1.3

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container/builder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24598/platform/container/api/src/java/org/jicarilla/container/builder

Modified Files:
	Builder.java 
Log Message:
its now possible to do stuff like...
        builder.addComponent(
                SocketServer.class,
                new CustomComponent( SocketServerImpl.class )
                    .redirectCall( 3, "event-pool" )
                    .redirectCall( 4, "pipeline-pool" )
                    .redirectCall( 5, "error-handler" )
        );
        
...testing remains a TODO.

Index: Builder.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/api/src/java/org/jicarilla/container/builder/Builder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Builder.java	10 Jan 2004 11:39:05 -0000	1.2
+++ Builder.java	23 Mar 2004 15:59:51 -0000	1.3
@@ -96,4 +96,6 @@
      */
     Builder addComponent( Object selectionCriterion,
             Object provider );
+
+    Resolver getResolver();
 }



-------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.