BEA Logo BEA BEA SNMP Agent Release 2.1

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

  |  

  BEA SNMP Agent Doc Home   |     MIB Reference   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

CORBA and Java Interface MIB

 

The CORBA and Java Interface MIB defines (1) the Common Object Request Broker Architecture (CORBA) interface groups and objects specific to Tuxedo 8.0 and WebLogic Enterprise and (2) the Java interface groups and objects specific to WebLogic Enterprise.

The CORBA and Java Interface MIB consists of the following groups:

Group Name

Description

tuxFactoryTable (Tuxedo 8.0)/ wleFactoryTable

This group contains objects that represent occurrences of factories registered with the FactoryFinder. The available factories for the Tuxedo 8.0 or WebLogic Enterprise application are reflected in this MIB group.

tuxInterfaceTable (Tuxedo 8.0)/ wleInterfaceTable

This group contains objects that represent the configuration and run-time characteristics of CORBA interfaces at both the domain and server group levels.

tuxLclInterfaceTable (Tuxedo 8.0)/ wleLclInterfaceTable

The object instances in this group return local tuxInterfaceTable/ wleInterfaceTable objects for the local host on which BEA SNMP Agent is running.

tuxIfQueueTable (Tuxedo 8.0)/ wleIfQueueTable

The object instances in this group represent the run-time characteristics of an interface for a particular server queue (tuxTqueue).

tuxLclIfQueueTable (Tuxedo 8.0)/ wleLclIfQueueTable

The object instances in this group represent the local objects of tuxIfQueueTable/ wleIfQueueTable instances. These values are specific to the host on which BEA SNMP Agent is running.

wleJdbcConPoolTable

This group contains objects that represent the configuration and run-time characteristics of JDBC connection pools on a Java server.

wleJdbcConPoolExtnTable

This group contains objects that represent the extensions to the configuration and run-time characteristics of JDBC connection pools on a Java server.

wleModuleTable

This group contains objects that represent the modules installed on a Java server.


 

In addition to the objects in these groups, the Core MIB contains the following CORBA and Java interface specific objects:

Interface

Tuxedo 8.0 Object

WebLogic Enterprise Object

CORBA

tuxMaxObjects

wleMaxObjects

CORBA

tuxMaxInterfaces

wleMaxInterfaces

CORBA

tuxCurInterfaces

wleCurInterfaces

CORBA

tuxHwInterfaces

wleHwInterfaces

CORBA

tuxMachineMaxObjects

wleMachineMaxObjects

CORBA

tuxMachineCurObjects

wleMachineCurObjects

CORBA

tuxMachineHwObjects

wleMachineHwObjects

CORBA

tuxSrvrCurObjsExt

wleSrvrCurObjsExt

CORBA

tuxSrvrCurInterfaceExt

wleSrvrCurInterfaceExt

Java

N/A

wleSrvrSrvType

Java

wleSrvrClassPath

Java

wleSrvrjavaHeap

Java

wleSrvrjavaHeapuse

Java

wleSrvrjavaVendor

Java

wleSrvrjavaVersion


 

The object tuxTranGstate also has CORBA interface specific states. For more information on these objects, see Core MIB.

 


tuxFactoryTable (Tuxedo 8.0)/ wleFactoryTable

The tuxFactoryTable (Tuxedo 8.0)/ wleFactoryTable group contains objects that represent occurrences of factories registered with the FactoryFinder.

Object Name

Object ID

tuxFactorySerNo (Tuxedo 8.0),

wleFactorySerNo

.1.3.6.1.4.1.140.300.48.1.1

tuxFactoryId (Tuxedo 8.0),

wleFactoryId

.1.3.6.1.4.1.140.300.48.1.2

tuxFactoryIfName (Tuxedo 8.0),

wleFactoryIfName

.1.3.6.1.4.1.140.300.48.1.3

tuxFactoryState (Tuxedo 8.0),

wleFactoryState

.1.3.6.1.4.1.140.300.48.1.4


 

tuxFactorySerNo (Tuxedo 8.0),
wleFactorySerNo

Syntax

INTEGER

Access

read-only

Description

This object is the running number used as the index to instances in this table.

tuxFactoryId (Tuxedo 8.0),
wleFactoryId

Syntax

DisplayString (SIZE(1..256))

Access

read-only

Description

The registered ID for the factory.

tuxFactoryIfName (Tuxedo 8.0),
wleFactoryIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name used as the interface repository ID for the factory. The format of this name depends on the options specified in the Interface Definition Language (IDL) that generates the interface implementation. For details, consult the CORBA 2.1 specification, section 7.6.

tuxFactoryState (Tuxedo 8.0),
wleFactoryState

Syntax

INTEGER { active(1) }

Access

read-only

Description

A GET operation retrieves run-time information for the selected tuxFactoryTable/ wleFactoryTable instance or instances. The returned value is 1 (active) if the instance is registered with the FactoryFinder.

 


tuxInterfaceTable (Tuxedo 8.0)/ wleInterfaceTable

The tuxInterfaceTable (Tuxedo 8.0)/ wleInterfaceTable group contains objects that represent configuration and run-time characteristics of CORBA interfaces at both the domain and server group levels. There are certain semantic differences in the objects of this group between domain level and server group level instances, as explained in the following discussions for tuxInterfaceTable and wleInterfaceTable.

tuxInterfaceTable (Tuxedo 8.0)

A domain level tuxInterfaceTable instance is not associated with a Server group. In this case, its tuxIfSrvGrp object has the invalid value *.

A server group level instance has an associated Server group. In this case, its tuxIfSrvGrp object has a valid server group name for the domain. This server group level representation of an interface also provides a container for managing the interface state (the tuxIfState object) and for collecting accumulated statistics.

Every CORBA interface that is activated in a server must have a server group level tuxInterfaceTable instance. The activation of interfaces in a server is controlled by the state of a tuxIfQueue instance for the interface. Activation of a tuxIfQueue instance causes its objects to be initialized with values specified for the associated server group level tuxInterfaceTable instance. If such an instance does not already exist, then one is dynamically created. This dynamically created server group level tuxInterfaceTable instance is initialized with the objects of the domain level tuxInterfaceTable instance for the interface, if one exists. If an associated domain level instance does not exist, system-specified default configuration values are used. After they are activated, interfaces are always associated with a server group level tuxInterfaceTable instance.

The specification of configuration objects for interfaces at any level is optional. Interfaces offered by a server are identified through the ICF file used for generating skeletons. The interfaces are advertised automatically by the system when the server is activated.

wleInterfaceTable

A domain level wleInterfaceTable instance is not associated with a Server group. In this case, its wleIfSrvGrp object has the invalid value *.

A server group level instance has an associated Server group. In this case, its wleIfSrvGrp object has a valid server group name for the domain. This server group level representation of an interface also provides a container for managing the interface state (the wleIfState object) and for collecting accumulated statistics.

Every CORBA interface that is activated in a server must have a server group level wleInterfaceTable instance. The activation of interfaces in a server is controlled by the state of a wleIfQueue instance for the interface. Activation of a wleIfQueue instance causes its objects to be initialized with values specified for the associated server group level wleInterfaceTable instance. If such an instance does not already exist, then one is dynamically created. This dynamically created server group level wleInterfaceTable instance is initialized with the objects of the domain level wleInterfaceTable instance for the interface, if one exists. If an associated domain level instance does not exist, system-specified default configuration values are used. After they are activated, interfaces are always associated with a server group level wleInterfaceTable instance.

The specification of configuration objects for interfaces at any level is optional. Interfaces offered by a server are identified through the ICF file used for generating skeletons. The interfaces are advertised automatically by the system when the server is activated.

tuxInterfaceTable (Tuxedo 8.0)/ wleInterfaceTable Objects

The following table lists the objects within the tuxInterfaceTable/ wleInterfaceTable.

Object Name

Object ID

tuxIfSerNo (Tuxedo 8.0),

wleIfSerNo

.1.3.6.1.4.1.140.300.53.1.1.1

tuxIfName (Tuxedo 8.0),

wleIfName

.1.3.6.1.4.1.140.300.53.1.1.2

tuxIfSrvGrp (Tuxedo 8.0),

wleIfSrvGrp

.1.3.6.1.4.1.140.300.53.1.1.3

tuxIfState (Tuxedo 8.0),

wleIfState

.1.3.6.1.4.1.140.300.53.1.1.4

tuxIfAutoTran (Tuxedo 8.0),

wleIfAutoTran

.1.3.6.1.4.1.140.300.53.1.1.5

tuxIfLoad (Tuxedo 8.0),

wleIfLoad

.1.3.6.1.4.1.140.300.53.1.1.6

tuxIfPrio (Tuxedo 8.0),

wleIfPrio

.1.3.6.1.4.1.140.300.53.1.1.7

tuxIfTimeout (Tuxedo 8.0),

wleIfTimeout

.1.3.6.1.4.1.140.300.53.1.1.8

tuxIfTranTime (Tuxedo 8.0),

wleIfTranTime

.1.3.6.1.4.1.140.300.53.1.1.9

tuxIfFbRoutingName (Tuxedo 8.0),

wleIfFbRoutingName

.1.3.6.1.4.1.140.300.53.1.1.10

tuxIfLmid (Tuxedo 8.0),

wleIfLmid

.1.3.6.1.4.1.140.300.53.1.1.11

tuxIfNumServers (Tuxedo 8.0),

wleIfNumServers

.1.3.6.1.4.1.140.300.53.1.1.12

tuxIfTpPolicy (Tuxedo 8.0),

wleIfTpPolicy

.1.3.6.1.4.1.140.300.53.1.1.13

tuxIfTxPolicy (Tuxedo 8.0),

wleIfTxPolicy

.1.3.6.1.4.1.140.300.53.1.1.14


 

tuxIfSerNo (Tuxedo 8.0),
wleIfSerNo

Syntax

INTEGER

Access

read-only

Description

This object value is the running number used as an index to instances in this table.

tuxIfName (Tuxedo 8.0),
wleIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name used as the interface ID. The format of this name is one of the options specified in the IDL that generates the interface implementation. For details, consult the CORBA 2.1 specification, Section 7.6.

tuxIfSrvGrp (Tuxedo 8.0),
wleIfSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The server group name. Server group names cannot contain an asterisk, comma, or colon. An asterisk (*) specified as a value for this object specifies a domain level instance.

Note: This object can be SET only during creation of a new row.

tuxIfState (Tuxedo 8.0)

Syntax

INTEGER { active(1), inactive(2), suspended(3), partitioned(4), invalid(5), reactivate(6) }

Access

read-write

Description

The semantics for GET and SET requests differ between server group and domain level instances as noted in the following list.

GET:{active(1)|inactive(2)|suspended(3)|partitioned(4)}

A GET request retrieves configuration information for the selected tuxInterfaceTable instance or instances. The only states that can be returned are: active, inactive, suspended, partitioned.

active(1)

The tuxInterfaceTable instance is defined and at least one corresponding tuxIfQueueTable instance is in the active state. For a server group level tuxInterfaceTable instance, corresponding tuxIfQueueTable instances are those with matching tuxIfName and tuxIfSrvGrp objects. For a domain level tuxInterfaceTable instance, corresponding tuxIfQueueTable instances are those with matching tuxIfName value regardless of their tuxIfSrvGrp value.

inactive(2)

The tuxInterfaceTable instance is defined and there are no corresponding tuxIfQueueTable instances in any active state.

suspended(3)

The tuxInterfaceTable instance is defined and among all corresponding tuxIfQueueTable instances, there are none in the active state and at least one in the suspended state.

partitioned(4)

The tuxInterfaceTable instance is defined and among all the corresponding tuxIfQueueTable instances, there are none in the active state, none in the suspended state, and at least one in the partitioned state.

SET: {invalid(5)|active(1)|inactive(2)|reactivate(6)|suspended(3)}

A SET request updates run-time and configuration information for the selected tuxInterfaceTable instance. Modifications can affect more than one server group when domain level changes are made, and run-time modifications can affect more than one server if multiple servers are currently offering an interface. Only the following values can be used in a SET request: invalid, active, reactivate, or suspended.

invalid(5)

Delete the tuxInterfaceTable instance for the application. This state change is allowed only when the instance is in the inactive state.

active(1)

Activate the tuxInterfaceTable instance for the application. Setting this state on a domain level instance has the effect of activating all corresponding tuxIfQueueTable instances that are currently suspended throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is allowed only when the instance is in the suspended state. A successful return leaves the object in the active(1) state.

reactivate(6)

Reactivates the tuxInterfaceTable instance. Setting this state on a domain level instance has the effect of activating all corresponding tuxIfQueueTable instances that are currently suspended throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is allowed only when the instance is in the active(1) or suspended(3) state. Successful return leaves the instance in the active(1) state. Setting this state permits global activation of tuxIfQueueTable instances suspended at the server group level without having to individually activate each server group level tuxInterfaceTable instance.

suspended(3)

Suspend the tuxInterfaceTable instance. Setting this state on the domain level object has the effect of suspending all corresponding tuxIfQueueTable instances that are currently active throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is permitted only in the active(1) state. Successful return leaves the object in the suspended(3) state.

Note: Dynamic advertisement of interfaces (that is, state change from inactive(2) or invalid(5) to active(1)) is not supported, nor is removal of advertisement (that is, state change from active(1) to inactive(2)).

wleIfState

Syntax

INTEGER { active(1), inactive(2), suspended(3), partitioned(4), invalid(5), reactivate(6) }

Access

read-write

Description

The semantics for GET and SET requests differ between server group and domain level instances as noted in the following list.

GET:{active(1)|inactive(2)|suspended(3)|partitioned(4)}

A GET request retrieves configuration information for the selected wleInterfaceTable instance or instances. The only states that can be returned are: active, inactive, suspended, partitioned.

active(1)

The wleInterfaceTable instance is defined and at least one corresponding wleIfQueueTable instance is in the active state. For a server group level wleInterfaceTable instance, corresponding wleIfQueueTable instances are those with matching wleIfName and wleIfSrvGrp objects. For a domain level wleInterfaceTable instance, corresponding wleIfQueueTable instances are those with matching wleIfName value regardless of their wleIfSrvGrp value.

inactive(2)

The wleInterfaceTable instance is defined and there are no corresponding wleIfQueueTable instances in any active state.

suspended(3)

The wleInterfaceTable instance is defined and among all corresponding wleIfQueueTable instances, there are none in the active state and at least one in the suspended state.

partitioned(4)

The wleInterfaceTable instance is defined and among all the corresponding wleIfQueueTable instances, there are none in the active state, none in the suspended state, and at least one in the partitioned state.

SET: {invalid(5)|active(1)|inactive(2)|reactivate(6)|suspended(3)}

A SET request updates run-time and configuration information for the selected wleInterfaceTable instance. Modifications can affect more than one server group when domain level changes are made, and run-time modifications can affect more than one server if multiple servers are currently offering an interface. Only the following values can be used in a SET request: invalid, active, reactivate, or suspended.

invalid(5)

Delete the wleInterfaceTable instance for the application. This state change is allowed only when the instance is in the inactive state.

active(1)

Activate the wleInterfaceTable instance for the application. Setting this state on a domain level instance has the effect of activating all corresponding wleIfQueueTable instances that are currently suspended throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is allowed only when the instance is in the suspended state. A successful return leaves the object in the active(1) state.

reactivate(6)

Reactivates the wleInterfaceTable instance. Setting this state on a domain level instance has the effect of activating all corresponding wleIfQueueTable instances that are currently suspended throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is allowed only when the instance is in the active(1) or suspended(3) state. Successful return leaves the instance in the active(1) state. Setting this state permits global activation of wleIfQueueTable instances suspended at the server group level without having to individually activate each server group level wleInterfaceTable instance.

suspended(3)

Suspend the wleInterfaceTable instance. Setting this state on the domain level object has the effect of suspending all corresponding wleIfQueueTable instances that are currently active throughout the domain. Setting this state on a server group level instance affects only servers within the group offering the interface. This state change is permitted only in the active(1) state. Successful return leaves the object in the suspended(3) state.

Note: Dynamic advertisement of interfaces (that is, state change from inactive(2) or invalid(5) to active(1)) is not supported, nor is removal of advertisement (that is, state change from active(1) to inactive(2)).

tuxIfAutoTran (Tuxedo 8.0)

Syntax

INTEGER { yes(1), no(2) }

Access

read-write

Description

Signifies whether a transaction is automatically started for invocations made outside a transaction context.

This object has the following limitations:

wleIfAutoTran

Syntax

INTEGER { yes(1), no(2) }

Access

read-write

Description

Signifies whether a transaction is automatically started for invocations made outside a transaction context.

This object has the following limitations:

tuxIfLoad (Tuxedo 8.0),
wleIfLoad

Syntax

INTEGER (1..32767)

Access

read-write

Description

This object imposes the indicated load on the system. Interface loads are used for load-balancing. That is, queues with higher enqueued workloads are less likely to be chosen for a new request.

Note: Run-time updates to this object for domain level instances do not affect corresponding server group level instances for the same interface.

tuxIfPrio (Tuxedo 8.0),
wleIfPrio

Syntax

INTEGER (1..100)

Access

read-write

Description

Dequeueing priority. If multiple interface requests are waiting on a queue for servicing, the higher priority requests are handled first.

Note: Run-time updates to this object for domain level instances do not affect corresponding server group level instances for the same interface.

tuxIfTimeout (Tuxedo 8.0),
wleIfTimeout

Syntax

INTEGER

Access

read-write

Description

The time limit (in seconds) for processing individual method invocations for this interface. Servers that process method invocations for this interface are terminated abortively if they exceed the specified time limit in processing the request. A value of 0 for this object indicates that the server should not be terminated abortively.

Note: Run-time updates to this object for domain level instances do not affect corresponding server group level instances for the same interface.

tuxIfTranTime (Tuxedo 8.0),
wleIfTranTime

Syntax

INTEGER

Access

read-write

Description

Transaction timeout value in seconds for transactions automatically started for this tuxInterfaceTable/ wleInterfaceTable instance. Transactions are started automatically when a request not in transaction mode is received and the tuxIfAutoTran/ wleIfAutoTran object value for the interface is yes(1).

Note: Run-time updates to this object for domain level instances do not affect corresponding server group level instances for the same interface.

tuxIfFbRoutingName (Tuxedo 8.0),
wleIfFbRoutingName

Syntax

DisplayString (SIZE(1..15))

Access

read-write

Description

The factory-based routing criteria associated with this interface.

Note: This object can be set only for a domain level tuxInterfaceTable/ wleInterfaceTable instance, that is, only if tuxIfSrvGrp/ wleIfSrvGrp is *.

tuxIfLmid (Tuxedo 8.0),
wleIfLmid

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

Current logical machine with which the active equivalent server group level tuxInterfaceTable/ wleInterfaceTable instance, is associated. This object value is NULL for domain level instances.

tuxIfNumServers (Tuxedo 8.0),
wleIfNumServers

Syntax

INTEGER

Access

read-only

Description

The number of corresponding servers that offer this interface.

tuxIfTpPolicy (Tuxedo 8.0),
wleIfTpPolicy

Syntax

INTEGER { method(1), transaction(2), process(3) }

Access

read-only

Description

The TP framework deactivation policy. This object value reflects the policy registered with the framework at server startup. The first server to register with the interface sets the value in tuxInterfaceTable/ wleInterfaceTable. This value cannot be changed.

tuxIfTxPolicy (Tuxedo 8.0),
wleIfTxPolicy

Syntax

INTEGER { always(1), never(2), optional(3), ignore(4) }

Access

read-only

Description

The transaction policy for the interface. This object value affects the tuxIfAutoTran/ wleIfAutoTran object. This policy is set by the application developer and is registered when the server starts.

 


tuxLclInterfaceTable (Tuxedo 8.0)/ wleLclInterfaceTable

The tuxLclInterfaceTable (Tuxedo 8.0)/ wleLclInterfaceTable group returns values for the local host on which BEA SNMP Agent is running. The following table lists the columnar objects that comprise each row (instance) in the group.

Object Name

Object ID

tuxLclIfSerNo (Tuxedo 8.0),

wleLclIfSerNo

.1.3.6.1.4.1.140.300.53.2.1.1

tuxLclIfName (Tuxedo 8.0),

wleLclIfName

.1.3.6.1.4.1.140.300.53.2.1.2

tuxLclSrvGrp (Tuxedo 8.0),

wleLclSrvGrp

.1.3.6.1.4.1.140.300.53.2.1.3

tuxLclIfNcompleted (Tuxedo 8.0),

wleLclIfNcompleted

.1.3.6.1.4.1.140.300.53.2.1.4

tuxLclIfNqueued (Tuxedo 8.0),

wleLclIfNqueued

.1.3.6.1.4.1.140.300.53.2.1.5


 

tuxLclIfSerNo (Tuxedo 8.0),
wleLclIfSerNo

Syntax

INTEGER

Access

read-only

Description

This object value is the running number, which is used as an index into the table.

tuxLclIfName (Tuxedo 8.0),
wleLclIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name used as the interface repository ID for the interface. The format of this name depends on the options specified in the IDL that generates the interface implementation. For details, see the CORBA 2.1 Specification Section 7.6 [CORBA].

tuxLclIfSrvGrp (Tuxedo 8.0),
wleLclIfSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The server group name. Server group names cannot contain an asterisk, comma, or colon. A value of * for this object indicates a domain level interface.

tuxLclIfNcompleted (Tuxedo 8.0),
wleLclIfNcompleted

Syntax

INTEGER

Access

read-only

Description

The number of method invocations completed for the corresponding tuxIfQueueTable/ wleIfQueueTable instances since they were initially offered. The values returned are for the indicated interface on the local host where BEA SNMP Agent is running.

Note: This object value is returned only when tuxTdomainLoadBalance is yes(1).

tuxLclIfNqueued (Tuxedo 8.0),
wleLclIfNqueued

Syntax

INTEGER

Access

read-only

Description

The number of requests currently enqueued for this interface. The values returned are for the indicated interface on the local host where BEA SNMP Agent is running.

Note: This object value is returned only when tuxTdomainLoadBalance is yes(1).

 


tuxIfQueueTable (Tuxedo 8.0)/ wleIfQueueTable

The tuxIfQueueTable (Tuxedo 8.0)/ wleIfQueueTable group contains objects that represent the run-time characteristics of an interface for a particular server queue. The objects provide access to the inherited configuration characteristics of an interface as well as statistics relating to the interface on the queue. This group gives administrators finer granularity in suspending and activating interfaces. This group provides the link between the interface name and the server processes capable of processing method invocations on the interface. For example, tuxIfQRqAddr/ wleIfQRqAddr can be used to identify the corresponding server in the tuxTsrvrTbl and tuxTsrvrTblExt groups.

Object Name

Object ID

tuxIfQueueSerNo (Tuxedo 8.0),

wleIfQueueSerNo

.1.3.6.1.4.1.140.300.53.3.1.1

tuxIfQueueName (Tuxedo 8.0),

wleIfQueueName

.1.3.6.1.4.1.140.300.53.3.1.2

tuxIfQueueSrvGrp (Tuxedo 8.0),

wleIfQueueSrvGrp

.1.3.6.1.4.1.140.300.53.3.1.3

tuxIfQueueRqAddr (Tuxedo 8.0),

wleIfQueueRqAddr

.1.3.6.1.4.1.140.300.53.3.1.4

tuxIfQueueState (Tuxedo 8.0),

wleIfQueueState

.1.3.6.1.4.1.140.300.53.3.1.5

tuxIfQueueAutoTran (Tuxedo 8.0),

wleIfQueueAutoTran

.1.3.6.1.4.1.140.300.53.3.1.6

tuxIfQueueLoad (Tuxedo 8.0),

wleIfQueueLoad

.1.3.6.1.4.1.140.300.53.3.1.7

tuxIfQueuePrio (Tuxedo 8.0),

wleIfQueuePrio

.1.3.6.1.4.1.140.300.53.3.1.8

tuxIfQueueTimeout (Tuxedo 8.0),

wleIfQueueTimeout

.1.3.6.1.4.1.140.300.53.3.1.9

tuxIfQueueTranTime (Tuxedo 8.0),

wleIfQueueTranTime

.1.3.6.1.4.1.140.300.53.3.1.10

tuxIfQueueFbRoutingName (Tuxedo 8.0),

wleIfQueueFbRoutingName

.1.3.6.1.4.1.140.300.53.3.1.11

tuxIfQueueLmid (Tuxedo 8.0),

wleIfQueueLmid

.1.3.6.1.4.1.140.300.53.3.1.12

tuxIfQueueNumServers (Tuxedo 8.0),

wleIfQueueNumServers

.1.3.6.1.4.1.140.300.53.3.1.13

tuxIfQueueTpPolicy (Tuxedo 8.0),

wleIfQueueTpPolicy

.1.3.6.1.4.1.140.300.53.3.1.14

tuxIfQueueTxPolicy (Tuxedo 8.0),

wleIfQueueTxPolicy

.1.3.6.1.4.1.140.300.53.3.1.15


 

tuxIfQueueSerNo (Tuxedo 8.0),
wleIfQueueSerNo

Syntax

INTEGER

Access

read-only

Description

The running number used as an index into this table.

tuxIfQueueName (Tuxedo 8.0),
wleIfQueueName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name used as the interface repository ID for the interface. The format of this name is dependent on the options specified in the IDL that generates the interface implementation. See the CORBA 2.1 specification Section 7.6 for details.

tuxIfQueueSrvGrp (Tuxedo 8.0),
wleIfQueueSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The server group name. Server group names cannot contain an asterisk, comma, or colon.

tuxIfQueueRqAddr (Tuxedo 8.0),
wleIfQueueRqAddr

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The symbolic address of the request queue for an active server offering this interface. See tuxTsrvrRqAddr for more information about this object.

tuxIfQueueState (Tuxedo 8.0),
wleIfQueueState

Syntax

INTEGER { active(1), suspended(2), partitioned(3), unknown(4) }

Access

read-write

Description

The values for GET and SET operations are as follows:

GET:{active(1)|suspended(2)|partitioned(3)}

A GET request retrieves configuration information for the selected tuxIfQueueTable/ wleIfQueueTable instances. The meaning of the possible return values are as follows:

active(1)

Represents an available interface in the running system.

suspended(2)

Represents a currently suspended interface in the running system.

partitioned(3)

Represents a currently partitioned interface in the running system.

SET:{active(1)|suspended(2)}

The values for SET are:

active(1)

Activates the tuxIfQueueTable/ wleIfQueueTable instance. This state change is allowed only in the suspended(2) state. A successful return leaves instances in the active(1) state.

suspended(2)

Suspends the tuxIfQueueTable/ wleIfQueueTable instance. This state change is allowed only in the active(1) state. A successful return leaves the object in the suspended(2) state.

Note: Dynamic advertisement of interfaces (that is, a state change from inactive or invalid to active) is not supported, nor is unadvertisement (that is, a state change from active to inactive).

tuxIfQueueAutoTran (Tuxedo 8.0)

Syntax

INTEGER { yes(1), no(2) }

Access

read-only

Description

Signifies whether a transaction is automatically started for invocations made outside a transaction context.

This object has the following limitations:

wleIfQueueAutoTran

Syntax

INTEGER { yes(1), no(2) }

Access

read-only

Description

Signifies whether a transaction is automatically started for invocations made outside a transaction context.

This object has the following limitations:

tuxIfQueueLoad (Tuxedo 8.0),
wleIfQueueLoad

Syntax

INTEGER (1..32767)

Access

read-only

Description

Load imposed on the system by this instance. Interface loads are used for load-balancing. Queues with higher enqueued workloads are less likely to be chosen for a new request.

tuxIfQueuePrio (Tuxedo 8.0),
wleIfQueuePrio

Syntax

INTEGER (1..101)

Access

read-only

Description

Dequeueing priority. If multiple interface requests are waiting on a queue for servicing, the higher priority requests are handled first.

tuxIfQueueTimeout (Tuxedo 8.0),
wleIfQueueTimeout

Syntax

INTEGER

Access

read-only

Description

The time limit (in seconds) for processing individual method invocations for this interface. Servers processing method invocations for this interface are abortively terminated if they exceed the specified time limit in processing the request. A value of 0 for this object indicates that the server should not be abortively terminated.

tuxIfQueueTranTime (Tuxedo 8.0),
wleIfQueueTranTime

Syntax

INTEGER

Access

read-only

Description

The transaction timeout value in seconds for transactions automatically started for this instance. Transactions are started automatically when a request not in transaction mode is received and the wleIfAutoTran object value for the interface is yes(1).

tuxIfQueueFbRoutingName (Tuxedo 8.0),
wleIfQueueFbRoutingName

Syntax

DisplayString (SIZE(1..15))

Access

read-only

Description

The factory-based routing criterion associated with this interface.

tuxIfQueueLmid (Tuxedo 8.0),
wleIfQueueLmid

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The current logical machine on which this queue is offering this interface.

tuxIfQueueNumServers (Tuxedo 8.0),
wleIfQueueNumServers

Syntax

INTEGER

Access

read-only

Description

The number of corresponding servers that offer this interface on this queue.

tuxIfQueueTpPolicy (Tuxedo 8.0),
wleIfQueueTpPolicy

Syntax

INTEGER { method(1), transaction(2), process(3) }

Access

read-only

Description

The TP framework deactivation policy. This value reflects the policy registered with the framework at the server startup. The first server to register the interface sets the value. This value cannot be changed.

tuxIfQueueTxPolicy (Tuxedo 8.0),
wleIfQueueTxPolicy

Syntax

INTEGER { always(1), never(2), optional(3), ignore(4)}

Access

read-only

Description

The transaction policy for the interface. This object value affects the effect of the wleIfQueueAutoTran object; see tuxIfQueueAutoTran/ wleIfQueueAutoTran for further explanation. This object value is always read-only, and is set by the developer when the server is built and registered at server startup.

 


tuxLclIfQueueTable (Tuxedo 8.0)/ wleLclIfQueueTable

The tuxLclIfQueueTable (Tuxedo 8.0)/ wleLclIfQueueTable group contains objects that represent the local characteristics of the tuxIfQueueTable/ wleIfQueueTable. The object values are specific to the host on which BEA SNMP Agent is running.

.

Object Name

Object ID

tuxLclIfQueueSerNo (Tuxedo 8.0),

wleLclIfQueueSerNo

.1.3.6.1.4.1.140.300.53.4.1.1

tuxLclIfQueueName (Tuxedo 8.0),

wleLclIfQueueName

.1.3.6.1.4.1.140.300.53.4.1.2

tuxLclIfQueueSrvGrp (Tuxedo 8.0),

wleLclIfQueueSrvGrp

.1.3.6.1.4.1.140.300.53.4.1.3

tuxLclIfQueueRqAddr (Tuxedo 8.0),

wleLclIfQueueRqAddr

.1.3.6.1.4.1.140.300.53.4.1.4

tuxLclIfQueueNcompleted (Tuxedo 8.0),

wleLclIfQueueNcompleted

.1.3.6.1.4.1.140.300.53.4.1.5

tuxLclIfQueueNqueued (Tuxedo 8.0),

wleLclIfQueueNqueued

.1.3.6.1.4.1.140.300.53.4.1.6

tuxLclIfQueueCurObjs (Tuxedo 8.0),

wleLclIfQueueCurObjs

.1.3.6.1.4.1.140.300.53.4.1.7

tuxLclIfQueueCurTrans (Tuxedo 8.0),

wleLclIfQueueCurTrans

.1.3.6.1.4.1.140.300.53.4.1.8


 

tuxLclIfQueueSerNo (Tuxedo 8.0),
wleLclIfQueueSerNo

Syntax

INTEGER

Access

read-only

Description

The running number used as an index into this table.

tuxLclIfQueueName (Tuxedo 8.0),
wleLclIfQueueName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name used as the interface repository ID for this interface. The format of this name is dependent on the options specified in the IDL that generates the interface implementation. For details, see the CORBA 2.1 specification Section 7.6.

tuxLclIfQueueSrvGrp (Tuxedo 8.0),
wleLclIfQueueSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The server group name. Server group names cannot contain an asterisk, comma, or colon.

tuxLclIfQueueRqAddr (Tuxedo 8.0),
wleLclIfQueueRqAddr

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The symbolic address of the request queue for an active server that offers this interface. See tuxTsrvrRqAddr for more information about this object.

tuxLclIfQueueNcompleted (Tuxedo 8.0),
wleLclIfQueueNcompleted

Syntax

INTEGER

Access

read-only

Description

The number of interface method invocations completed since the interface was initially offered.

Note: This object value is returned only when tuxTdomainLoadBalance is equal to yes(1).

tuxLclIfQueueNqueued (Tuxedo 8.0),
wleLclIfQueueNqueued

Syntax

INTEGER

Access

read-only

Description

The number of requests currently enqueued for this interface.

Note: This object value is returned only when tuxTdomainLoadBalance is equal to yes(1).

tuxLclIfQueueCurObjs (Tuxedo 8.0),
wleLclIfQueueCurObjs

Syntax

INTEGER

Access

read-only

Description

The number of active objects for this interface for the associated queue. This number represents the number of entries in the active object table for this queue on the associated machine. This number includes objects that are not in memory but were invoked within an active transaction.

tuxLclIfQueueCurTrans (Tuxedo 8.0),
wleLclIfQueueCurTrans

Syntax

INTEGER

Access

read-only

Description

The number of active global transactions associated with this interface for its associated queue.

 


wleJdbcConPoolTable

The wleJdbcConPoolTable group contains objects that represent the configuration and run-time characteristics of JDBC connection pools on a Java server. The objects consist of statistics or values associated with each connection pool. Except for wleJdbcConPoolState, the objects are persistent in TUXCONFIG. Local objects are local to the memory allocated to a Java server.

Object Name

Object ID

wleJdbcConPoolSrvId

.1.3.6.1.4.1.140.300.60.1.1.10

wleJdbcConPoolSrvGrp

.1.3.6.1.4.1.140.300.60.1.1.20

wleJdbcConPoolDsName

.1.3.6.1.4.1.140.300.60.1.1.30

wleJdbcConPoolDriver

.1.3.6.1.4.1.140.300.60.1.1.40

wleJdbcConPoolUrl

.1.3.6.1.4.1.140.300.60.1.1.50

wleJdbcConPoolState

.1.3.6.1.4.1.140.300.60.1.1.60

wleJdbcConPoolDbName

.1.3.6.1.4.1.140.300.60.1.1.70

wleJdbcConPoolDbUser

.1.3.6.1.4.1.140.300.60.1.1.80

wleJdbcConPoolDbPassword

.1.3.6.1.4.1.140.300.60.1.1.90

wleJdbcConPoolUserRole

.1.3.6.1.4.1.140.300.60.1.1.100

wleJdbcConPoolDbHost

.1.3.6.1.4.1.140.300.60.1.1.110

wleJdbcConPoolDbNetProtocol

.1.3.6.1.4.1.140.300.60.1.1.120

wleJdbcConPoolDbPort

.1.3.6.1.4.1.140.300.60.1.1.130

wleJdbcConPoolProps

.1.3.6.1.4.1.140.300.60.1.1.140

wleJdbcConPoolEnableXa

.1.3.6.1.4.1.140.300.60.1.1.150

wleJdbcConPoolCreateOnStartUp

.1.3.6.1.4.1.140.300.60.1.1.160

wleJdbcConPoolLoginDelay

.1.3.6.1.4.1.140.300.60.1.1.170

wleJdbcConPoolInitCapacity

.1.3.6.1.4.1.140.300.60.1.1.180

wleJdbcConPoolMaxCapacity

.1.3.6.1.4.1.140.300.60.1.1.190

wleJdbcConPoolCapacityIncr

.1.3.6.1.4.1.140.300.60.1.1.200

wleJdbcConPoolAllowShrinking

.1.3.6.1.4.1.140.300.60.1.1.210

wleJdbcConPoolShrinkPeriod

.1.3.6.1.4.1.140.300.60.1.1.220

wleJdbcConPoolTestTable

.1.3.6.1.4.1.140.300.60.1.1.230

wleJdbcConPoolRefresh

.1.3.6.1.4.1.140.300.60.1.1.240

wleJdbcConPoolTestOnReserve

.1.3.6.1.4.1.140.300.60.1.1.250

wleJdbcConPoolTestOnRelease

.1.3.6.1.4.1.140.300.60.1.1.260

wleJdbcConPoolWaitForConn

.1.3.6.1.4.1.140.300.60.1.1.270

wleJdbcConPoolWaitTimeOut

.1.3.6.1.4.1.140.300.60.1.1.280


 

wleJdbcConPoolSrvId

Syntax

INTEGER (1..30001)

Access

read-only

Description

Together with the server group name, this value is used to identify a Java server, specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolSrvGrp

Syntax

DisplayString (SIZE(1..15))

Access

read-only

Description

Name of a server group used to identify a Java server that is specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolDsName

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The data source name for the connection pool.

wleJdbcConPoolDriver

Syntax

DisplayString (SIZE(1..256))

Access

read-write

Description

The class name for the Java driver.

wleJdbcConPoolUrl

Syntax

DisplayString (SIZE(1..256))

Access

read-write

Description

URL for a JDBC driver that is not JDBC 2.0-compliant.

wleJdbcConPoolState

Syntax

INTEGER { valid(1) | invalid(2) }

Access

read-write

Description

This object denotes the current state of the tuxDmConnection instance.

GET requests:

valid(1): The object exists.

SET requests:

invalid(1): Delete object.

wleJdbcConPoolDbName

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The database name.

wleJdbcConPoolDbUser

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The user's account name.

wleJdbcConPoolDbPassword

Syntax

DisplayString (SIZE(1..64))

Access

read-write

Description

The user's password. The password entered by the user should not exceed 24 bytes.

wleJdbcConPoolUserRole

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The user's SQL role.

wleJdbcConPoolDbHost

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The database server name.

wleJdbcConPoolDbNetProtocol

Syntax

DisplayString (SIZE(1..30))

Access

read-write

Description

The protocol used to communicate with the database.

wleJdbcConPoolDbPort

Syntax

INTEGER (1..65624)

Access

read-write

Description

The port used for database connections.

wleJdbcConPoolProps

Syntax

DisplayString (SIZE(1..256))

Access

read-write

Description

Vendor-specific information for the JDBC driver.

wleJdbcConPoolEnableXa

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes, indicates that the pool supports XA mode.

wleJdbcConPoolCreateOnStartUp

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes, indicates that the connection pool is created when the first request arrives.

wleJdbcConPoolLoginDelay

Syntax

INTEGER

Access

read-write

Description

The login delay in seconds.

wleJdbcConPoolInitCapacity

Syntax

INTEGER

Access

read-write

Description

The number of connections initially supported in the connection pool. This number should not exceed the value of wleJdbcConPoolMaxCapacity.

wleJdbcConPoolMaxCapacity

Syntax

INTEGER

Access

read-write

Description

The maximum number of connections supported in the connection pool.

wleJdbcConPoolCapacityIncr

Syntax

INTEGER

Access

read-write

Description

The number of connections added to the pool when the current limit is exceeded but the maximum capacity is not yet reached.

wleJdbcConPoolAllowShrinking

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes(1), allows connection pool shrinking.

wleJdbcConPoolShrinkPeriod

Syntax

INTEGER

Access

read-write

Description

The interval (in minutes) after which shrinking occurs.

wleJdbcConPoolTestTable

Syntax

DisplayString (SIZE(1..256))

Access

read-write

Description

The name of a table in the database that is used to test the viability of connections in the connection pool.

The query select count (*) from TESTTABLE is used to test a connection. The table must exist and be accessible to the database user for the connection.

wleJdbcConPoolRefresh

Syntax

INTEGER

Access

read-write

Description

The refresh interval (in minutes).

wleJdbcConPoolRefresh 0<num

wleJdbcConPoolTestOnReserve

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes(1), the Java server tests a connection after removing it from the pool and before giving it to the client. The test adds a small delay in serving the client's request for a connection from the pool, but ensures that the client receives a working connection. A value for wleJdbcConPoolTestTable must be set for this feature to work.

wleJdbcConPoolTestOnRelease

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes(1), the Java server tests a connection before returning it to the connection pool. If all the connections in the pool are already in use and a client is waiting for a connection, the client's wait is slightly longer due to the test of the connection. A value for wleJdbcConPoolTestTable must be set for this feature to work.

wleJdbcConPoolWaitForConn

Syntax

INTEGER { yes(1) | no(2) }

Access

read-write

Description

If set to yes(1), this feature enables an a application to wait for a connection indefinitely if none is currently available. If set to no(2), a request for a connection returns to the caller immediately if there is no connection available.

The default is yes(1) unless wleJdbcConPoolWaitTimeOut is specified, in which case it becomes no(2).

wleJdbcConPoolWaitTimeOut

Syntax

INTEGER

Access

read-only

Description

Time (in seconds) that an application waits for a connection to become available.

 


wleJdbcConPoolExtnTable

The wleJdbcConPoolExtnTable group is an extension of the wleJdbcConPoolTable group.

Object Name

Object ID

wleJdbcConPoolExtnSrvId

.1.3.6.1.4.1.140.300.60.2.1.10

wleJdbcConPoolExtnSrvGrp

.1.3.6.1.4.1.140.300.60.2.1.20

wleJdbcConPoolExtnDsName

.1.3.6.1.4.1.140.300.60.2.1.30

wleJdbcConPoolExtnConnUsed

.1.3.6.1.4.1.140.300.60.2.1.40

wleJdbcConPoolExtnConnAvailable

.1.3.6.1.4.1.140.300.60.2.1.50

wleJdbcConPoolExtnHwmConnUsed

.1.3.6.1.4.1.140.300.60.2.1.60

wleJdbcConPoolExtnHwmConnCreated

.1.3.6.1.4.1.140.300.60.2.1.70

wleJdbcConPoolExtnAwaitingConn

.1.3.6.1.4.1.140.300.60.2.1.80

wleJdbcConPoolExtnHwmForWait

.1.3.6.1.4.1.140.300.60.2.1.90


 

wleJdbcConPoolExtnSrvId

Syntax

INTEGER (1..30001)

Access

read-only

Description

Together with the server group name, this value is used to identify a Java server, specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolExtnSrvGrp

Syntax

DisplayString (SIZE(1..15))

Access

read-only

Description

Name of a server group used to identify a Java server that is specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolExtnDsName

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

The data source name for the connection pool.

wleJdbcConPoolExtnConnUsed

Syntax

INTEGER

Access

read-only

wleJdbcConPoolExtnConnAvailable

Syntax

INTEGER

Access

read-only

wleJdbcConPoolExtnHwmConnUsed

Syntax

INTEGER

Access

read-only

wleJdbcConPoolExtnHwmConnCreated

Syntax

INTEGER

Access

read-only

wleJdbcConPoolExtnAwaitingConn

Syntax

INTEGER

Access

read-only

wleJdbcConPoolExtnHwmForWait

Syntax

INTEGER

Access

read-only

 


wleModuleTable

The wleModuleTable group contains objects that represent the modules installed on a Java server. The class objects identify and characterize the module.

Object Name

Object ID

wleModuleSrvId

.1.3.6.1.4.1.140.300.65.1.1.10

wleModuleSrvGrp

.1.3.6.1.4.1.140.300.65.1.1.20

wleModuleModule

.1.3.6.1.4.1.140.300.65.1.1.30

wleModuleClassPath

.1.3.6.1.4.1.140.300.65.1.1.40

wleModuleModuleArgs

.1.3.6.1.4.1.140.300.65.1.1.50

wleModuleState

.1.3.6.1.4.1.140.300.65.1.1.60

wleModuleModuleType

.1.3.6.1.4.1.140.300.65.1.1.70


 

wleModuleSrvId

Syntax

INTEGER (1..30001)

Access

read-only

Description

With the server group name, this value is used to identify a Java server, specified in the SERVERS section of the UBBCONFIG file for which the connection pool is being described.

wleModuleSrvGrp

Syntax

DisplayString (SIZE(1..20))

Access

read-only

Description

The name of a server group used to identify a Java server that is specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleModuleModule

Syntax

DisplayString (SIZE(1..256))

Access

read-only

Description

The Java Archive (JAR) file that contains the module.

wleModuleModuleArgs

Syntax

DisplayString (SIZE(1..256))

Access

read-write

Description

The startup arguments for the module.

wleModuleState

Syntax

INTEGER { valid(1) | invalid(2) }

Access

read-write

Description

This object denotes the current state of the WebLogic Enterprise module.

GET: valid(1)

The object exists.

SET: invalid(2)

Delete object.

wleModuleModuleType

Syntax

INTEGER

Access

read-only

Description

The type of the module, which is either CORBA or EJB.

 

back to top previous page next page