ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface IIOPMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getCompleteMessageTimeout() |
Deprecated.
|
java.lang.String |
getDefaultCharCodeset() |
The standard character code set that this server will publish as
its native code set.
|
int |
getDefaultMinorVersion() |
The default GIOP (General Inter-ORB Protocol) version that this
server will negotiate for incoming connections.
|
java.lang.String |
getDefaultWideCharCodeset() |
The wide character code set that this server will publish as its
native code set.
|
boolean |
getEnableIORServlet() |
Enable getior servlet used to publish COS Naming Service IORs
|
int |
getIdleConnectionTimeout() |
Deprecated.
|
int |
getMaxMessageSize() |
Deprecated.
|
java.lang.String |
getSystemSecurity() |
Specify the value System Security.
|
java.lang.String |
getTxMechanism() |
The transaction mechanism used by IIOP invocations.
|
boolean |
getUseFullRepositoryIdList() |
Specify whether to use full Repository ID lists when sending
value type information for custom-marshaled types.
|
boolean |
getUseJavaSerialization() |
Specity whether to use java serialization for marshalling objects.
|
boolean |
getUseSerialFormatVersion2() |
Specify whether to advertise RMI objects and EJBs as
supporting RMI-IIOP serial format version 2 for custom
marshaled objects.
|
boolean |
getUseStatefulAuthentication() |
Specify whether to advertise RMI objects and EJBs as
supporting stateful CSIv2.
|
void |
setCompleteMessageTimeout(int seconds) |
Deprecated.
|
void |
setDefaultCharCodeset(java.lang.String codeset) |
Set the value of the DefaultCharacterCodeset attribute.
|
void |
setDefaultMinorVersion(int minor) |
Sets the value of the DefaultMinorVersion attribute.
|
void |
setDefaultWideCharCodeset(java.lang.String codeset) |
Set the value of the DefaultWideCharacterCodeset attribute.
|
void |
setEnableIORServlet(boolean flag) |
|
void |
setIdleConnectionTimeout(int seconds) |
Deprecated.
|
void |
setMaxMessageSize(int maxsize) |
Deprecated.
8.1.0.0 use
NetworkAccessPointMBean.getMaxMessageSize() |
void |
setSystemSecurity(java.lang.String authValue) |
|
void |
setTxMechanism(java.lang.String mech) |
Sets the value of the TXMechanism attribute.
|
void |
setUseFullRepositoryIdList(boolean full) |
|
void |
setUseJavaSerialization(boolean use) |
|
void |
setUseSerialFormatVersion2(boolean full) |
|
void |
setUseStatefulAuthentication(boolean full) |
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
@Deprecated int getIdleConnectionTimeout()
The maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. This timeout helps guard against server deadlock through too many open connections.
@Deprecated void setIdleConnectionTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the IdleConnectionTimeout attribute.
seconds
- The new idleConnectionTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getIdleConnectionTimeout()
@Deprecated int getCompleteMessageTimeout()
The maximum number of seconds spent waiting for a complete IIOP message to be received. This timeout helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending.
@Deprecated void setCompleteMessageTimeout(int seconds) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the CompleteMessageTimeout attribute.
seconds
- The new completeMessageTimeout valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getCompleteMessageTimeout()
@Deprecated int getMaxMessageSize()
The maximum IIOP message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests.
An IIOP client can set this value using
the -Dweblogic.MaxMessageSize
property.
@Deprecated void setMaxMessageSize(int maxsize) throws javax.management.InvalidAttributeValueException, DistributedManagementException
NetworkAccessPointMBean.getMaxMessageSize()
Sets the value of the MaxMessageSize attribute.
maxsize
- The new maxMessageSize valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getMaxMessageSize()
int getDefaultMinorVersion()
The default GIOP (General Inter-ORB Protocol) version that this server will negotiate for incoming connections. (You may have to modify the default to work with other vendor's ORBs.)
This attribute is useful for client orbs with broken GIOP 1.2 implementations.
void setDefaultMinorVersion(int minor) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the DefaultMinorVersion attribute.
minor
- The new defaultMinorVersion valuejavax.management.InvalidAttributeValueException
DistributedManagementException
java.lang.IllegalArgumentException
- if the argument is null or represents a negative int.getDefaultMinorVersion()
java.lang.String getTxMechanism()
The transaction mechanism used by IIOP invocations. The default is the Object Transaction Service (OTS) required by Java EE 1.3.
void setTxMechanism(java.lang.String mech) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the TXMechanism attribute.
mech
- The new txMechanism valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getTxMechanism()
java.lang.String getDefaultWideCharCodeset()
The wide character code set that this server will publish as its native code set. (Older ORBs may have trouble interoperating with anything other than the default.)
void setDefaultWideCharCodeset(java.lang.String codeset) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Set the value of the DefaultWideCharacterCodeset attribute.
codeset
- The new defaultWideCharCodeset valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getDefaultWideCharCodeset()
java.lang.String getDefaultCharCodeset()
The standard character code set that this server will publish as its native code set. (Older ORBs may have trouble interoperating with anything other than the default.)
void setDefaultCharCodeset(java.lang.String codeset) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Set the value of the DefaultCharacterCodeset attribute.
codeset
- The new defaultCharCodeset valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getDefaultCharCodeset()
boolean getUseFullRepositoryIdList()
Specify whether to use full Repository ID lists when sending value type information for custom-marshaled types. Full Repository ID lists allow C++ ORBS to truncate values to base types. For RMI-IIOP and Java ORBs doing this merely increases transmission overhead. JDK ORBs are known to have problems with these so setting this will prevent JDK ORB access from working.
void setUseFullRepositoryIdList(boolean full) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException
boolean getUseStatefulAuthentication()
Specify whether to advertise RMI objects and EJBs as supporting stateful CSIv2. Stateful CSIv2 is more efficient than stateless, requiring only a single authentication step for each remote principal. Stateless CSIv2 requires per-request authentication. Stateful CSIv2 is not required by Java EE 1.3 and so some ORBs do not support it. Stateful CSIv2 is enabled by default. This property can be changed at the object-level by changing the object's <stateful-authentication> runtime descriptor property.
void setUseStatefulAuthentication(boolean full) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException
boolean getUseSerialFormatVersion2()
Specify whether to advertise RMI objects and EJBs as supporting RMI-IIOP serial format version 2 for custom marshaled objects.
void setUseSerialFormatVersion2(boolean full) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException
boolean getEnableIORServlet()
void setEnableIORServlet(boolean flag)
boolean getUseJavaSerialization()
void setUseJavaSerialization(boolean use) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException
java.lang.String getSystemSecurity()
void setSystemSecurity(java.lang.String authValue) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException