en.help.ref-orb.html Maven / Gradle / Ivy
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 the default values of all the settings.
- 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 © 2010 Oracle and/or its affiliates. All rights reserved. Legal Notices