Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

All Superinterfaces:
DiameterDescriptorBean

public interface ApplicationBean
extends DiameterDescriptorBean

Method Summary
 ParamBean createParam()
           
 ParamBean createParam(String name)
           
 void destroyParam(ParamBean param)
           
 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(String name)
           
 void setClassName(String className)
           

 

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

 

Method Detail

getClassName

String getClassName()

The application class file to load.


setClassName

void setClassName(String className)

getParams

ParamBean[] getParams()

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


createParam

ParamBean createParam()

createParam

ParamBean createParam(String name)

lookupParam

ParamBean lookupParam(String name)

destroyParam

void destroyParam(ParamBean param)

isParamsSet

boolean isParamsSet()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.