BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.jws
Interface Transactional

All Superinterfaces:
Annotation

public interface Transactional
extends Annotation

Annotation to change the transactional behavior of a web method. A WebMethod by default is not transactional. This annotation may be used to mark methods to run in a transaction.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 boolean value()
          Set to true to have method run in a transaction
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

public boolean value()
Set to true to have method run in a transaction


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.