Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.db.persistence
Interface BDBNodeMBean

All Superinterfaces:
BDBNodeReadOnlyMBean
All Known Implementing Classes:
BDBNode

public interface BDBNodeMBean
extends BDBNodeReadOnlyMBean

Method Summary
 boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setEnvhome(java.lang.String value)
          Sets the value of the envhome property.
 void setHostport(java.lang.String value)
          Sets the value of the hostport property.
 void setName(java.lang.String value)
          Sets the value of the name property.

 

Methods inherited from interface oracle.axia.config.beans.storage.db.persistence.BDBNodeReadOnlyMBean
getEnvhome, getHostport, getName

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

isEnabled

boolean isEnabled()
Gets the value of the enabled property.

setEnabled

void setEnabled(boolean value)
Sets the value of the enabled property.

setEnvhome

void setEnvhome(java.lang.String value)
Sets the value of the envhome property.

setHostport

void setHostport(java.lang.String value)
Sets the value of the hostport property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.