All MIBs › BEA-WEBLOGIC-MIB › serverExtraEjbcOptions
serverExtraEjbcOptions
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::serverExtraEjbcOptions
OID (numeric): 1.3.6.1.4.1.140.625.730.1.308
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The options passed to the EJB compiler during server-side generation. Each EJB component can override the compiler options that you specify here. The following options are valid: -forcegeneration Forces generation of wrapper classes. Without this flag the classes may not be regenerated if it is determined to be unnecessary. -disableHotCodeGen Generate ejb stub and skel as part of ejbc. Avoid HotCodeGen to have better performance. -keepgenerated Keep the generated .java files. -compiler javac Java compiler to exec. If not specified, the -compilerclass option will be used. -compilerclass com.sun.tools.javac.Main Specifies the compiler class to invoke. -g Compile debugging info into class file. -normi Passed through to Symantec's sj. -classpath path Classpath to use. -source source Source version. -Joption Flags passed through to java runtime.
What is serverExtraEjbcOptions?
This OID lists additional options passed to the EJB compiler (ejbc) during stub generation, with options like -forcegeneration or -keepgenerated. Example: -keepgenerated keeps generated .java source files for inspection.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.308 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::serverExtraEjbcOptions
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.308.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::serverExtraEjbcOptions.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> serverExtraEjbcOptions.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::serverExtraEjbcOptions 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.730 | serverTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1 | serverEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1.308 | serverExtraEjbcOptions | BEA-WEBLOGIC-MIB |