| org.apache.naming.ant.JndiSet
JndiSet | public class JndiSet extends Task (Code) | | Set a JNDI attribute or context.
author: Costin Manolache |
Constructor Summary | |
public | JndiSet() |
execute | public void execute()(Code) | | |
setContext | public void setContext(String ctx)(Code) | | The context name that will be set.
|
setRefId | public void setRefId(String refId)(Code) | | Will bind the referenced object
|
setValue | public void setValue(String val)(Code) | | bind/set this value
|
|
|