org.oXML.extras.db
Class ConnectionTemplate

java.lang.Object
  extended byorg.oXML.extras.db.ConnectionTemplate
All Implemented Interfaces:
Template

public class ConnectionTemplate
extends java.lang.Object
implements Template


Constructor Summary
ConnectionTemplate(Name name, Expression[] args, int min, int max, int retry)
           
 
Method Summary
protected  java.lang.String[] params(RuntimeContext env)
           
 void process(RuntimeContext env)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionTemplate

public ConnectionTemplate(Name name,
                          Expression[] args,
                          int min,
                          int max,
                          int retry)
Method Detail

params

protected java.lang.String[] params(RuntimeContext env)
                             throws ObjectBoxException
Throws:
ObjectBoxException

process

public void process(RuntimeContext env)
             throws ObjectBoxException
Specified by:
process in interface Template
Throws:
ObjectBoxException

toString

public java.lang.String toString()