All MIBs › BEA-WEBLOGIC-MIB › startupClassLoadBeforeAppDeployments
startupClassLoadBeforeAppDeployments
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppDeployments
OID (numeric): 1.3.6.1.4.1.140.625.750.1.27
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether the targeted servers load and run this startup class before activating JMS and JDBC services and before starting deployment for applications and EJBs. If you enable this feature for a startup class, a server loads and runs the startup class before the deployment prepare phase. At this point, JMS and JDBC services are not yet available. (Deployment for applications and EJBs consists of two phases: prepare and activate.) If you do not enable this feature, a server instance loads the startup class after it activates JMS and JDBC services, EJBs, and applications.
What is startupClassLoadBeforeAppDeployments?
This flag controls whether the startup class runs before the prepare phase of application deployment, when JMS and JDBC are not yet available. Architects use this to separate infrastructure setup (load first) from application-specific initialization (load after services are ready). Example: a database schema migration class sets this true to run before any application code tries to access the database.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.750.1.27 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppDeployments
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.750.1.27.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppDeployments.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::startupClassLoadBeforeAppDeployments OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750 | startupClassTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750.1 | startupClassEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.750.1.27 | startupClassLoadBeforeAppDeployments | BEA-WEBLOGIC-MIB |