Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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

All Superinterfaces:
weblogic.descriptor.DescriptorBean, DiameterDescriptorBean, weblogic.descriptor.SettableBean

public interface ApplicationBean
extends DiameterDescriptorBean

Method Summary
 ParamBean createParam()
           
 ParamBean createParam(java.lang.String name)
           
 void destroyParam(ParamBean param)
           
 java.lang.String getClassName()
          The application class file to load.
 ParamBean[] getParams()
          One or more optional parameters to pass to the application class.
 boolean isParamsSet()
           
 ParamBean lookupParam(java.lang.String name)
           
 void setClassName(java.lang.String className)
           

 

Methods inherited from interface com.bea.wcp.diameter.management.descriptor.beans.DiameterDescriptorBean
getName, setName

 

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

getClassName

java.lang.String getClassName()

The application class file to load.


setClassName

void setClassName(java.lang.String className)

getParams

ParamBean[] getParams()

One or more optional parameters to pass to the application class.


createParam

ParamBean createParam()

createParam

ParamBean createParam(java.lang.String name)

lookupParam

ParamBean lookupParam(java.lang.String name)

destroyParam

void destroyParam(ParamBean param)

isParamsSet

boolean isParamsSet()

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.