Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06