|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionBean31MetaData
| Method Summary | |
|---|---|
AccessTimeoutMetaData |
getAccessTimeout()
Returns the access timeout metadata applicable at bean level |
NamedMethodMetaData |
getAfterBeginMethod()
|
NamedMethodMetaData |
getAfterCompletionMethod()
|
AroundTimeoutsMetaData |
getAroundTimeouts()
|
AsyncMethodsMetaData |
getAsyncMethods()
|
NamedMethodMetaData |
getBeforeCompletionMethod()
|
javax.ejb.ConcurrencyManagementType |
getConcurrencyManagementType()
Returns the concurrency management type of this bean |
ConcurrentMethodsMetaData |
getConcurrentMethods()
Returns a Map whose key represents a NamedMethodMetaData and whose value
represents ConcurrentMethodMetaData of this bean. |
String[] |
getDependsOn()
Returns the names of one or more Singleton beans in the same application as the referring Singleton. |
EmptyMetaData |
getLocalBean()
|
javax.ejb.LockType |
getLockType()
Returns the lock type applicable at the bean level |
StatefulTimeoutMetaData |
getStatefulTimeout()
|
List<TimerMetaData> |
getTimers()
|
Boolean |
isInitOnStartup()
Returns the init-on-startup value of the session bean metadata. |
boolean |
isNoInterfaceBean()
|
boolean |
isSingleton()
Returns true if this is a singleton session bean. |
| Methods inherited from interface org.jboss.metadata.ejb.spec.SessionBeanMetaData |
|---|
getAroundInvokes, getBusinessLocals, getBusinessRemotes, getHome, getInitMethods, getLocal, getLocalHome, getPostActivates, getPrePassivates, getRemote, getRemoveMethods, getServiceEndpoint, getSessionType, getTimeoutMethod, getTransactionType, isStateful, isStateless |
| Methods inherited from interface org.jboss.metadata.javaee.support.IdMetaData |
|---|
getId, setId |
| Method Detail |
|---|
Boolean isInitOnStartup()
AsyncMethodsMetaData getAsyncMethods()
EmptyMetaData getLocalBean()
EmptyMetaData if the bean represents a no-interface
bean. Else returns null.
Use the isNoInterfaceBean() API which is more intuitive.isNoInterfaceBean()boolean isNoInterfaceBean()
getLocalBean(), but
is more intuitiveboolean isSingleton()
javax.ejb.ConcurrencyManagementType getConcurrencyManagementType()
ConcurrentMethodsMetaData getConcurrentMethods()
Map whose key represents a NamedMethodMetaData and whose value
represents ConcurrentMethodMetaData of this bean. Returns an empty Map if
there are no concurrent methods for this bean
javax.ejb.LockType getLockType()
AccessTimeoutMetaData getAccessTimeout()
String[] getDependsOn()
List<TimerMetaData> getTimers()
NamedMethodMetaData getAfterBeginMethod()
NamedMethodMetaData getBeforeCompletionMethod()
NamedMethodMetaData getAfterCompletionMethod()
StatefulTimeoutMetaData getStatefulTimeout()
AroundTimeoutsMetaData getAroundTimeouts()
|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||