Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.management.descriptor.beans
Interface DiameterDescriptorBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean
All Known Subinterfaces:
ApplicationBean, ConfigurationBean, DefaultRouteBean, DiameterBean, MessageDebugBean, ParamBean, RouteBean

public interface DiameterDescriptorBean
extends weblogic.descriptor.DescriptorBean

This abstract bean is the base interface for all DiameterBean interfaces.


Method Summary
 java.lang.String getName()
          The name of the WLSS bean.
 void setName(java.lang.String name)
          Sets the value of the Name attribute.

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Method Detail

getName

java.lang.String getName()

The name of the WLSS bean.


setName

void setName(java.lang.String name)

Sets the value of the Name attribute.

See Also:
getName()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.