Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

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.


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.
See Also:
NamedEntityBean

Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02