ORB MBean

Current settings for the running object request broker (ORB).


Attribute Summary
java.lang.IntegerbootstrapPort
           The port to which the ORB will connect to for bootstrapping.
java.lang.IntegerrequestTimeout
          
java.lang.IntegerrequestRetriesCount
          
java.lang.IntegerrequestRetriesDelay
          
java.lang.IntegerlocateRequestTimeout
          
com.ibm.websphere.management.statistics.Statsstats
          

Operation Summary
java.lang.StringgetProperty(java.lang.String name)
           Get the value of an ORB property setting.

Attribute Detail

bootstrapPort

public java.lang.Integer bootstrapPort
The port to which the ORB will connect to for bootstrapping.

requestTimeout

public java.lang.Integer requestTimeout

requestRetriesCount

public java.lang.Integer requestRetriesCount

requestRetriesDelay

public java.lang.Integer requestRetriesDelay

locateRequestTimeout

public java.lang.Integer locateRequestTimeout

stats

public com.ibm.websphere.management.statistics.Stats stats

Operation Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Get the value of an ORB property setting.
Parameters:
name - the name key for the desired ORB property.

Copyright IBM Corp. 1996-2003