org.jboss.metadata
Class MethodAttributes

java.lang.Object
  extended byorg.jboss.metadata.MethodAttributes

public class MethodAttributes
extends Object

Provides meta-data for method-attributes get* true true 100

Version:
$Revision: 1.4 $

Revisions:

2001/04/10: peter

  1. Initial revision
Author:
Peter Murray

Field Summary
static MethodAttributes kDefaultMethodAttributes
           
 
Constructor Summary
MethodAttributes()
           
 
Method Summary
 int getTransactionTimeout()
           
 boolean isIdempotent()
           
 boolean isReadOnly()
           
 boolean patternMatches(String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kDefaultMethodAttributes

public static MethodAttributes kDefaultMethodAttributes
Constructor Detail

MethodAttributes

public MethodAttributes()
Method Detail

patternMatches

public boolean patternMatches(String methodName)

isReadOnly

public boolean isReadOnly()

isIdempotent

public boolean isIdempotent()

getTransactionTimeout

public int getTransactionTimeout()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.