en.help.ref-orb.html Maven / Gradle / Ivy
Show all versions of console-corba-plugin Show documentation
ORB
Use the ORB page to configure the Object Request Broker.
The ORB provides the required infrastructure to identify and locate objects, handle connection management, deliver data, and request communication. Remote clients of enterprise beans (EJB modules) communicate with the GlassFish Server using the ORB.
The ORB page contains the following options.
- Load Defaults
-
Button to restore settings that have default values to their default values. Settings that do not have default values are not changed.
- Configuration Name
-
The name of the configuration to which the settings on this page apply. This field is read only.
- Thread Pool ID
-
The thread pool used by the ORB. The ORB uses thread pools to respond to requests from remote clients of enterprise beans and other clients that communicate by using RMI-IIOP. The default thread pool for the ORB is thread-pool-1
, which uses defaults appropriate for RMI/IIOP requests.
- Max Message Fragment Size
-
The maximum fragment size for IIOP messages. Messages larger than this size are fragmented. The default value is 1024 bytes.
- Total Connections
-
The maximum number of incoming connections for all IIOP listeners. The default value is 1024.
- IIOP Client Authentication
-
If the Enabled checkbox is selected, the server rejects unauthenticated requests and inserts an authentication-required bit in Interoperable Object References (IORs) sent to clients. IIOP client authentication can be enabled or disabled. This option is disabled by default.
- Additional Properties
-
Additional properties for the ORB. The GlassFish Serverdoes not define any additional properties for the ORB.
Related Tasks
-
-
-
-
-
Related asadmin Commands
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices