Method Summary |
|
public String | getAuthName() |
public String | getAuthPass() |
public String | getJNDIName() |
public String | getName() |
public Properties | getProperties() |
abstract public Reference | getReference() Retrieves the Reference of this object. |
abstract public String | getType() Return the type of the factory. |
public void | putObject(Reference reference, String propertyName, Serializable o) Put the given object in the reference with the given property name. |
public void | setAuthName(String authName) Set the authentication name of this factory. |
public void | setAuthPass(String authPass) Set the authentication password of this factory. |
public void | setJNDIName(String jndiName) Set the JNDI name of this factory. |
public void | setName(String name) Set the name of this factory. |
public void | setProperties(Properties properties) Sets the session properties. |
protected void | updateRefAddr(Reference reference) Adds some settings to the reference. |