Skip navigation links

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

E38079-01


oracle.axia.storage.persistence
Interface BDBNodeMBean


public interface BDBNodeMBean

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

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(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.

getEnvhome

String getEnvhome()
Gets the value of the envhome property.

setEnvhome

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

getHostport

String getHostport()
Gets the value of the hostport property.

setHostport

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

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.