|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<MethodAttributeMetaData>
org.jboss.metadata.MethodAttributes
@Deprecated public class MethodAttributes
Provides meta-data for method-attributes
Field Summary | |
---|---|
static MethodAttributes |
kDefaultMethodAttributes
Deprecated. The default methods attributes |
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
MethodAttributes(MethodAttributeMetaData delegate)
Deprecated. Create a new QueryMetaData. |
Method Summary | |
---|---|
static MethodAttributes |
create(MethodAttributeMetaData delegate)
Deprecated. Create a new MethodAttributesMetaData. |
int |
getTransactionTimeout()
Deprecated. Get the transaction timeout |
boolean |
isIdempotent()
Deprecated. Whether this is idempotent |
boolean |
isReadOnly()
Deprecated. Whether it is read only |
boolean |
patternMatches(String methodName)
Deprecated. Whether this matches the method name |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MethodAttributes kDefaultMethodAttributes
Constructor Detail |
---|
public MethodAttributes(MethodAttributeMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateMethod Detail |
---|
public static MethodAttributes create(MethodAttributeMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegate or an unknown delegatepublic boolean patternMatches(String methodName)
methodName
- the method name
public boolean isReadOnly()
public boolean isIdempotent()
public int getTransactionTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |