BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

modify

public void modify(weblogic.j2ee.descriptor.wl.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://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.