Oracle

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

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle