BEA Systems, Inc.

weblogic.jms.extensions
Interface JMSNamedEntityModifier


public interface JMSNamedEntityModifier

Interface to be implemented by the user that can be passed as an argument to the JMSModuleHelper create and findAndModifyEntity APIs.

Since:
WebLogic Server 9.0

Method Summary
 void modify(NamedEntityBean entityBean)
          Method to be implemented by the user to perform any attribute modifications on the entityBean argument.
 

Method Detail

modify

void modify(NamedEntityBean entityBean)
            throws Exception
Method to be implemented by the user to perform any attribute modifications on the entityBean argument.

Parameters:
entityBean - to be modified.
Throws:
Exception - when error occurs.
Since:
WebLogic Server 9.0
See Also:
weblogic.j2ee.descriptor.wl.NamedEntityBean

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.