Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.db.persistence
Class BDBNode

java.lang.Object
  extended by oracle.axia.config.beans.storage.db.persistence.BDBNode

All Implemented Interfaces:
BDBNodeMBean, BDBNodeReadOnlyMBean

public class BDBNode
extends java.lang.Object
implements BDBNodeMBean

Java class for BDBNode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BDBNode">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="envhome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hostport" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  boolean enabled
           
protected  java.lang.String envhome
           
protected  java.lang.String hostport
           
protected  java.lang.String name
           

 

Constructor Summary
BDBNode()
          Default Constructor
BDBNode(java.lang.String name, boolean enabled, java.lang.String envhome, java.lang.String hostport)
           

 

Method Summary
 java.lang.String getEnvhome()
          Gets the value of the envhome property.
 java.lang.String getHostport()
          Gets the value of the hostport property.
 java.lang.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(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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

name

protected java.lang.String name

enabled

protected boolean enabled

envhome

protected java.lang.String envhome

hostport

protected java.lang.String hostport

Constructor Detail

BDBNode

public BDBNode()
Default Constructor

BDBNode

public BDBNode(java.lang.String name,
               boolean enabled,
               java.lang.String envhome,
               java.lang.String hostport)

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface BDBNodeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface BDBNodeMBean
Parameters:
value - allowed object is String

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.
Specified by:
isEnabled in interface BDBNodeMBean

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.
Specified by:
setEnabled in interface BDBNodeMBean

getEnvhome

public java.lang.String getEnvhome()
Gets the value of the envhome property.
Specified by:
getEnvhome in interface BDBNodeReadOnlyMBean
Returns:
possible object is String

setEnvhome

public void setEnvhome(java.lang.String value)
Sets the value of the envhome property.
Specified by:
setEnvhome in interface BDBNodeMBean
Parameters:
value - allowed object is String

getHostport

public java.lang.String getHostport()
Gets the value of the hostport property.
Specified by:
getHostport in interface BDBNodeReadOnlyMBean
Returns:
possible object is String

setHostport

public void setHostport(java.lang.String value)
Sets the value of the hostport property.
Specified by:
setHostport in interface BDBNodeMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.