|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.CactifyWarTask.EjbRef
Implements the nested element ejbref
Constructor Summary | |
CactifyWarTask.EjbRef()
|
Method Summary | |
java.lang.String |
getJndiName()
Returns the jndi name |
java.lang.String |
getLocalHomeInterface()
Returns the local home interface |
java.lang.String |
getLocalInterface()
Return the local interface |
java.lang.String |
getName()
Returns the name |
java.lang.String |
getType()
Returns the type |
void |
setJndiName(java.lang.String theJndiName)
Sets the jndiName |
void |
setLocalHomeInterface(java.lang.String theLocalHomeInterface)
Sets the local home interface |
void |
setLocalInterface(java.lang.String theLocalInterface)
Sets the local interface |
void |
setName(java.lang.String theName)
Sets the name |
void |
setType(java.lang.String theType)
Sets the type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CactifyWarTask.EjbRef()
Method Detail |
public java.lang.String getJndiName()
public void setJndiName(java.lang.String theJndiName)
theJndiName
- The jndiName to set.public java.lang.String getLocalHomeInterface()
public void setLocalHomeInterface(java.lang.String theLocalHomeInterface)
theLocalHomeInterface
- The localHomeInterface to set.public java.lang.String getLocalInterface()
public void setLocalInterface(java.lang.String theLocalInterface)
theLocalInterface
- The localInterface to set.public java.lang.String getName()
public void setName(java.lang.String theName)
theName
- The name to set.public java.lang.String getType()
public void setType(java.lang.String theType)
theType
- The type to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |