Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.actor.utils.extender
Interface BootstrapActorMBean


public interface BootstrapActorMBean

Method Summary
 void addArgument()
          Add a new element named argument
 List<ArgumentMBean> getArgumentMBean()
          Return the list of the Argument element
 String getImplementationClass()
          Gets the value of the implementationClass property.
 void removeArgument(int index)
          Remove an element named argument by the index
 void setImplementationClass(String value)
          Sets the value of the implementationClass property.

 

Method Detail

getImplementationClass

String getImplementationClass()
Gets the value of the implementationClass property.

setImplementationClass

void setImplementationClass(String value)
Sets the value of the implementationClass property.

addArgument

void addArgument()
Add a new element named argument

removeArgument

void removeArgument(int index)
Remove an element named argument by the index

getArgumentMBean

List<ArgumentMBean> getArgumentMBean()
Return the list of the Argument element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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