BEA Logo BEA BEA SNMP Agent  Release 2.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

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

WLE MIBs

 

This chapter describes five MIB tables that are specific to WLE. To access the objects in these MIB tables, the WLE version of the BEA SNMP Agent should be running on the machine where WLE application resources are accessible. Table 5-1 lists the WLE groups.

In addition to the objects in these WLE specific groups, the Tuxedo Core MIB contains the following WLE specific objects:

The object tuxTranGstate also has WLE specific states. For more information on these objects, refer to Tuxedo Core MIB.

Table 5-1 WLE Specific MIB Groups

Group Name

Description


This table represents occurrences of factories registered with the FactoryFinder. The available factories for the WLE application are reflected in this MIB group.

wleInterfaceTable

This group represents the configuration and runtime attributes of CORBA interfaces at both the domain and server-group levels.

wleLclInterfaceTable

The instances in this table return local wleInterfaceTable attributes for the local host on which the BEA SNMP Agent is running.

wleIfQueueTable

The instances in this table represent the runtime attributes of interface as it pertains to a particular server queue (tuxTqueue).

wleLclIfQueueTable

The instances in this table represent the local attributes of wleIfQueueTable instances. These values are specific to the host on which the BEA SNMP Agent is running.

wleJdbcConPoolTable

This class represents the configuration and runtime attributes of JDBC connection pools on a Java server.

wleJdbcConPoolExtnTable

This class represents the extentions to the configuration and runtime attributes of JDBC connection pools on a Java server.

wleModuleTable

This group represents the modules installed on a Java server.

This table represents occurrences of factories registered with the FactoryFinder.

Variable Name

Object ID

wleFactorySerNo

.1.3.6.1.4.1.140.300.48.1.1

wleFactoryId

.1.3.6.1.4.1.140.300.48.1.2

wleFactoryIfName

.1.3.6.1.4.1.140.300.48.1.3

wleFactoryState

.1.3.6.1.4.1.140.300.48.1.4

wleFactorySerNo

Syntax

INTEGER

Access

read-only

Description

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

wleFactoryId

Syntax

DisplayString (SIZE(1..256))

Access

read-only

Description

The registered ID for the factory.

wleFactoryIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name for the factory. This is the interface repository ID for the factory. The format of this name is dependent on the options specified in the IDL that generates the interface implementation. Consult the CORBA 2.1 specification, section 7.6, for details.

wleFactoryState

Syntax

INTEGER { active(1) }

Access

read-only

Description

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

 


wleInterfaceTable

The wleInterfaceTable represents configuration and runtime attributes of CORBA interfaces at both the domain and server-group levels.

There are certain semantic differences in the objects of the wleInterfaceTable between server-group and domain level instances.

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

A server-group level instance has an associated Server group. In this case, its wleIfSrvGrp attribute 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 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 an wleIfQueue instance causes its attributes 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 attributes 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 attributes 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.

The following table lists the objects within the wleInterfaceTable.

Variable Name

Object ID

wleIfSerNo

.1.3.6.1.4.1.140.300.53.1.1.1

wleIfName

.1.3.6.1.4.1.140.300.53.1.1.2

wleIfSrvGrp

.1.3.6.1.4.1.140.300.53.1.1.3

wleIfState

.1.3.6.1.4.1.140.300.53.1.1.4

wleIfAutoTran

.1.3.6.1.4.1.140.300.53.1.1.5

wleIfLoad

.1.3.6.1.4.1.140.300.53.1.1.6

wleIfPrio

.1.3.6.1.4.1.140.300.53.1.1.7

wleIfTimeout

.1.3.6.1.4.1.140.300.53.1.1.8

wleIfTranTime

.1.3.6.1.4.1.140.300.53.1.1.9

wleIfFbRoutingName

.1.3.6.1.4.1.140.300.53.1.1.10

wleIfLmid

.1.3.6.1.4.1.140.300.53.1.1.11

wleIfNumServers

.1.3.6.1.4.1.140.300.53.1.1.12

wleIfTpPolicy

.1.3.6.1.4.1.140.300.53.1.1.13

wleIfTxPolicy

.1.3.6.1.4.1.140.300.53.1.1.14

wleIfSerNo

Syntax

INTEGER

Access

read-only

Description

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

wleIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name. This is the interface ID. The format of this name is one of the options specified in the IDL that generates the interface implementation. Consult the CORBA 2.1 specification, Section 7.6, for details.

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.

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 runtime and configuration information for the selected wleInterfaceTable instance. Modifications can affect more than one server group when domain-level changes are made, and runtime 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)).

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:

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: Runtime updates to this attribute for domain level instances do not affect corresponding server-group level instances for the same interface.

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: Runtime updates to this attribute for domain-level instances do not affect corresponding server-group level instances for the same interface.

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 attribute indicates that the server should not be terminated abortively.

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

wleIfTranTime

Syntax

INTEGER

Access

read-write

Description

Transaction timeout value in seconds for transactions automatically started for this wleInterfaceTable 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).

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

wleIfFbRoutingName

Syntax

DisplayString (SIZE(1..15))

Access

read-write

Description

The factory-based routing criteria associated with this interface.

Note: This attribute can be set only for a domain-level wleInterfaceTable instance, that is, only if wleIfSrvGrp is *.

wleIfLmid

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

Current logical machine with which the active equivalent server-group level wleInterfaceTable instance is associated. This attribute is NULL for domain-level instances.

wleIfNumServers

Syntax

INTEGER

Access

read-only

Description

The number of corresponding servers that offer this interface.

wleIfTpPolicy

Syntax

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

Access

read-only

Description

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

wleIfTxPolicy

Syntax

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

Access

read-only

Description

The transaction policy for the interface. The setting in this attribute affects the wleIfAutoTran object. This policy is set by the application developer and is registered when the server starts.

 


wleLclInterfaceTable

The table returns values for the local host on which the Agent Connection is running. The following table lists the columnar objects that comprise each row (instance) in the table.

Variable Name

Object ID

wleLclIfSerNo

.1.3.6.1.4.1.140.300.53.2.1.1

wleLclIfName

.1.3.6.1.4.1.140.300.53.2.1.2

wleLclSrvGrp

.1.3.6.1.4.1.140.300.53.2.1.3

wleLclIfNcompleted

.1.3.6.1.4.1.140.300.53.2.1.4

wleLclIfNqueued

.1.3.6.1.4.1.140.300.53.2.1.5

wleLclIfSerNo

Syntax

INTEGER

Access

read-only

Description

This is the running number. This number is used as an index into the table.

wleLclIfName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name. 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 [CORBA] for details.

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.

wleLclIfNcompleted

Syntax

INTEGER

Access

read-only

Description

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

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

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 the BEA SNMP Agent is running.

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

 


wleIfQueueTable

This table represents the runtime attributes of an interface for a particular server queue. This group provides access to the inherited configuration attributes of an interface as well as statistics relating to the interface on the queue. This class 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, wleIfQRqAddr can be used to identify the corresponding server in the tuxTsrvrTbl and tuxTsrvrTblExt groups.

Variable Name

Object ID

wleIfQueueSerNo

.1.3.6.1.4.1.140.300.53.3.1.1

wleIfQueueName

.1.3.6.1.4.1.140.300.53.3.1.2

wleIfQueueSrvGrp

.1.3.6.1.4.1.140.300.53.3.1.3

wleIfQueueRqAddr

.1.3.6.1.4.1.140.300.53.3.1.4

wleIfQueueState

.1.3.6.1.4.1.140.300.53.3.1.5

wleIfQueueAutoTran

.1.3.6.1.4.1.140.300.53.3.1.6

wleIfQueueLoad

.1.3.6.1.4.1.140.300.53.3.1.7

wleIfQueuePrio

.1.3.6.1.4.1.140.300.53.3.1.8

wleIfQueueTimeout

.1.3.6.1.4.1.140.300.53.3.1.9

wleIfQueueTranTime

.1.3.6.1.4.1.140.300.53.3.1.10

wleIfQueueFbRoutingName

.1.3.6.1.4.1.140.300.53.3.1.11

wleIfQueueLmid

.1.3.6.1.4.1.140.300.53.3.1.12

wleIfQueueNumServers

.1.3.6.1.4.1.140.300.53.3.1.13

wleIfQueueTpPolicy

.1.3.6.1.4.1.140.300.53.3.1.14

wleIfQueueTxPolicy

.1.3.6.1.4.1.140.300.53.3.1.15

wleIfQueueSerNo

Syntax

INTEGER

Access

read-only

Description

The running number used as an index into this table.

wleIfQueueName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name. 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.

wleIfQueueSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

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

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 attribute.

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 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 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 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).

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:

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.

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.

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 attribute indicates that the server should not be abortively terminated.

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 attribute value for the interface is yes(1).

wleIfQueueFbRoutingName

Syntax

DisplayString (SIZE(1..15))

Access

read-only

Description

The factory-based routing criterion associated with this interface.

wleIfQueueLmid

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

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

wleIfQueueNumServers

Syntax

INTEGER

Access

read-only

Description

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

wleIfQueueTpPolicy

Syntax

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

Access

read-only

Description

The TP framework deactivation policy. This 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.

wleIfQueueTxPolicy

Syntax

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

Access

read-only

Description

The transaction policy for the interface. The setting in this attribute affects the effect of the wleIfQueueAutoTran object. See wleIfQueueAutoTran for further explanation. This attribute is always read-only. It is set by the developer when the server is built and registered at server startup.

 


wleLclIfQueueTable

This table represents the local attributes of the wleIfQueueTable. These values are specific to the host on which the BEA SNMP Agent is running.

.

Variable Name

Object ID

wleLclIfQueueSerNo

.1.3.6.1.4.1.140.300.53.4.1.1

wleLclIfQueueName

.1.3.6.1.4.1.140.300.53.4.1.2

wleLclIfQueueSrvGrp

.1.3.6.1.4.1.140.300.53.4.1.3

wleLclIfQueueRqAddr

.1.3.6.1.4.1.140.300.53.4.1.4

wleLclIfQueueNcompleted

.1.3.6.1.4.1.140.300.53.4.1.5

wleLclIfQueueNqueued

.1.3.6.1.4.1.140.300.53.4.1.6

wleLclIfQueueCurObjs

.1.3.6.1.4.1.140.300.53.4.1.7

wleLclIfQueueCurTrans

.1.3.6.1.4.1.140.300.53.4.1.8

wleLclIfQueueSerNo

Syntax

INTEGER

Access

read-only

Description

The running number used as an index into this table.

wleLclIfQueueName

Syntax

DisplayString (SIZE(1..128))

Access

read-only

Description

The fully qualified interface name. 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. See the CORBA 2.1 specification Section 7.6 for details.

wleLclIfQueueSrvGrp

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

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

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 attribute.

wleLclIfQueueNcompleted

Syntax

INTEGER

Access

read-only

Description

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

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

wleLclIfQueueNqueued

Syntax

INTEGER

Access

read-only

Description

The number of requests currently enqueued for this interface.

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

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.

wleLclIfQueueCurTrans

Syntax

INTEGER

Access

read-only

Description

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

wleJdbcConPoolTable

This class represents the configuration and runtime attributes of JDBC connection pools on a Java server. The attributes consist of statistics or values associated with each connection pool. Except for tuxJdbcConPoolState, attributes are persistent in TUXCONFIG. Local attributes are local to the memory allocated to a Java server.

Variable 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. This attribute is used to identify a Java server specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolDsName

Syntax

DisplayString (SIZE (0..30))

Access

read-only

Description

The data source name for the connection pool.

wleJdbcConPoolDriver

Syntax

DisplayString (SIZE (0..256))

Access

read-write

Description

The class name for the Java driver.

wleJdbcConPoolUrl

Syntax

DisplayString (SIZE (2..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 (0..30))

Access

read-write

Description

The database name.

wleJdbcConPoolDbUser

Syntax

DisplayString (SIZE (0..30))

Access

read-write

Description

The user's account name.

wleJdbcConPoolDbPassword

Syntax

DisplayString (SIZE (0..64))

Access

read-write

Description

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

wleJdbcConPoolUserRole

Syntax

DisplayString (SIZE (0..30))

Access

read-write

Description

The user's SQL role.

wleJdbcConPoolDbHost

Syntax

DisplayString (SIZE (0..30))

Access

read-write

Description

The database server name.

wleJdbcConPoolDbNetProtocol

Syntax

DisplayString (SIZE (0..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 (0..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 tuxJdbcConPoolMaxCapacity.

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 (0..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 tuxJdbcConPoolTestTable 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

An extension of the wleJdbcConPoolTable table.

Variable 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. This attribute is used to identify a Java server specified in the SERVERS section of the UBBCONFIG file, for which the connection pool is being described.

wleJdbcConPoolExtnDsName

Syntax

DisplayString (SIZE (0..30))

Access

read-only

Description

The data source name for the connection pool.

wleJdbcConPoolExtnConnUsed

Syntax

INTEGER

Access

read-only

Description

T

wleJdbcConPoolExtnConnAvailable

Syntax

INTEGER

Access

read-only

Description

T

wleJdbcConPoolExtnHwmConnUsed

Syntax

INTEGER

Access

read-only

Description

T

wleJdbcConPoolExtnHwmConnCreated

Syntax

INTEGER

Access

read-only

Description

T

wleJdbcConPoolExtnAwaitingConn

Syntax

INTEGER

Access

read-only

Description

T

wleJdbcConPoolExtnHwmForWait

Syntax

INTEGER

Access

read-only

Description

T

wleModuleTable

This group represents the modules installed on a Java server. The class attributes identify and characterize the module.

Variable 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 (0..20))

Access

read-only

Description

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

wleModuleModule

Syntax

DisplayString (SIZE (0..256))

Access

read-only

Description

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

wleModuleModuleArgs

Syntax

DisplayString (SIZE (0..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 wle module.

GET: valid(1)

The object exists.

SET: invalid(2)

Delete object.

wleModuleModuleType

Syntax

INTEGER

Access

read-only

Description

The type of the module. This is either CORBA or EJB.