|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBean
Common stuff of beans.
| Method Summary | |
|---|---|
void |
addTimer(ITimer timer)
Adds a new timer. |
String |
getEjbClass()
Gets the ejb-class. |
String |
getEjbName()
Gets the ejb-name. |
String |
getMappedName()
Gets the mapped name. |
String |
getRunAsRole()
Gets the run-as role. |
IMethodDD |
getTimeoutMethod()
|
List<ITimer> |
getTimers()
|
String |
getTransactionType()
Gets the transaction-type. |
void |
setEjbClass(String ejbClass)
Set the ejb-class. |
void |
setEjbName(String ejbName)
Set the ejb-name. |
void |
setMappedName(String mappedName)
Set the mapped name. |
void |
setRunAsRole(String runAsRole)
Set the run-as role. |
void |
setTimeoutMethod(IMethodDD timeoutMethod)
Set the timeout method. |
void |
setTransactionType(String transactionType)
Set the transaction-type. |
| Method Detail |
|---|
String getEjbName()
void setEjbName(String ejbName)
ejbName - ejbNameString getEjbClass()
void setEjbClass(String ejbClass)
ejbClass - ejb-classString getRunAsRole()
void setRunAsRole(String runAsRole)
runAsRole - the run-as roleString getMappedName()
void setMappedName(String mappedName)
mappedName - the given mapped name.String getTransactionType()
void setTransactionType(String transactionType)
transactionType - transaction-type.List<ITimer> getTimers()
void addTimer(ITimer timer)
timer - the new timerIMethodDD getTimeoutMethod()
void setTimeoutMethod(IMethodDD timeoutMethod)
timeoutMethod - the given timeout.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||