|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.server.SimpleBoundObjectBean
public class SimpleBoundObjectBean
Bean class used to store data for simple (non-Mock) JNDI-bound Objects for
use within a particular Fixture. All such Objects get
automatically loaded into the Context when a
Fixture is activated by calling the server's
bindFixtureProxies method. This class wraps a
SignaturePartBean to store the data used to create the Object
and adds a JNDI name field for binding.
| Constructor Summary | |
|---|---|
SimpleBoundObjectBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJndiName()
Returns the JNDI name under which the Object is bound. |
SignaturePartBean |
getSimpleBoundObjectData()
Returns the SignaturePartBean containing the data used to
construct the Object. |
void |
setJndiName(java.lang.String jndiName)
Sets the JNDI name under which the Object is bound. |
void |
setSimpleBoundObjectData(SignaturePartBean simpleBoundObjectData)
Sets the SignaturePartBean containing the data used to
construct the Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleBoundObjectBean()
| Method Detail |
|---|
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - the JNDI name under which the Object is bound.public SignaturePartBean getSimpleBoundObjectData()
SignaturePartBean containing the data used to
construct the Object.
SignaturePartBean containing the data used to
construct the Object.public void setSimpleBoundObjectData(SignaturePartBean simpleBoundObjectData)
SignaturePartBean containing the data used to
construct the Object.
simpleBoundObjectData - the SignaturePartBean containing the data used to
construct the Object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||