Uses of Class
java.lang.IllegalArgumentException
Package
Description
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
A Java API for Stream Control Transport Protocol.
Provides classes and interfaces for a general printing API.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides classes and interfaces relating to bean context.
Provides classes that are fundamental to the design of the Java
programming language.
The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Defines charsets, decoders, and encoders, for translating between
bytes and Unicode characters.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Provides the classes and interfaces for the security framework.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Classes for matching character sequences against patterns specified
by regular expressions.
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Provides the definition of the Relation Service.
Provides the definition of the Timer MBean.
Provides classes for the secure socket package.
Provides implementations of
RMIClientSocketFactory
and RMIServerSocketFactory
over
the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Defines interfaces and classes for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
Provides SAX specific transformation classes.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
-
Uses of IllegalArgumentException in com.sun.jdi
ModifierConstructorDescriptionJDIPermission
(String name, String actions) Constructs a new JDIPermission object. -
Uses of IllegalArgumentException in com.sun.net.httpserver
Modifier and TypeMethodDescriptionabstract void
HttpServer.removeContext
(String path) Removes the context identified by the given path from the server. -
Uses of IllegalArgumentException in com.sun.nio.sctp
Modifier and TypeClassDescriptionclass
Unchecked exception thrown when an attempt is made to send a message to an invalid stream. -
Uses of IllegalArgumentException in java.awt.print
Modifier and TypeMethodDescriptionvoid
PageFormat.setOrientation
(int orientation) Sets the page orientation. -
Uses of IllegalArgumentException in java.beans
-
Uses of IllegalArgumentException in java.beans.beancontext
Modifier and TypeMethodDescriptionBeanContext.getResource
(String name, BeanContextChild bcc) Analagous tojava.lang.ClassLoader.getResource()
, this method allows aBeanContext
implementation to interpose behavior between the childComponent
and underlyingClassLoader
.BeanContext.getResourceAsStream
(String name, BeanContextChild bcc) Analagous tojava.lang.ClassLoader.getResourceAsStream()
, this method allows aBeanContext
implementation to interpose behavior between the childComponent
and underlyingClassLoader
. -
Uses of IllegalArgumentException in java.lang
Modifier and TypeClassDescriptionclass
Thrown to indicate that a thread is not in an appropriate state for the requested operation.class
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. -
Uses of IllegalArgumentException in java.lang.invoke
Modifier and TypeMethodDescriptionstatic MethodHandle
MethodHandles.arrayConstructor
(Class<?> arrayClass) Produces a method handle constructing arrays of a desired type, as if by theanewarray
bytecode.static MethodHandle
MethodHandles.arrayElementGetter
(Class<?> arrayClass) Produces a method handle giving read access to elements of an array, as if by theaaload
bytecode.static MethodHandle
MethodHandles.arrayElementSetter
(Class<?> arrayClass) Produces a method handle giving write access to elements of an array, as if by theastore
bytecode.static VarHandle
MethodHandles.arrayElementVarHandle
(Class<?> arrayClass) Produces a VarHandle giving access to elements of an array of typearrayClass
.static MethodHandle
MethodHandles.arrayLength
(Class<?> arrayClass) Produces a method handle returning the length of an array, as if by thearraylength
bytecode.static VarHandle
MethodHandles.byteArrayViewVarHandle
(Class<?> viewArrayClass, ByteOrder byteOrder) Produces a VarHandle giving access to elements of abyte[]
array viewed as if it were a different primitive array type, such asint[]
orlong[]
.static VarHandle
MethodHandles.byteBufferViewVarHandle
(Class<?> viewArrayClass, ByteOrder byteOrder) Produces a VarHandle giving access to elements of aByteBuffer
viewed as if it were an array of elements of a different primitive component type to that ofbyte
, such asint[]
orlong[]
.static MethodType
MethodType.fromMethodDescriptorString
(String descriptor, ClassLoader loader) Finds or creates an instance of a method type, given the spelling of its bytecode descriptor. -
Uses of IllegalArgumentException in java.lang.management
ModifierConstructorDescriptionManagementPermission
(String name, String actions) Constructs a new ManagementPermission object. -
Uses of IllegalArgumentException in java.lang.ref
-
Uses of IllegalArgumentException in java.lang.reflect
Modifier and TypeMethodDescriptionstatic Object
Returns the value of the indexed component in the specified array object.Returns the value of the field represented by thisField
, on the specified object.static boolean
Array.getBoolean
(Object array, int index) Returns the value of the indexed component in the specified array object, as aboolean
.boolean
Field.getBoolean
(Object obj) Gets the value of a static or instanceboolean
field.static byte
Returns the value of the indexed component in the specified array object, as abyte
.byte
Gets the value of a static or instancebyte
field.static char
Returns the value of the indexed component in the specified array object, as achar
.char
Gets the value of a static or instance field of typechar
or of another primitive type convertible to typechar
via a widening conversion.static double
Returns the value of the indexed component in the specified array object, as adouble
.double
Gets the value of a static or instance field of typedouble
or of another primitive type convertible to typedouble
via a widening conversion.static float
Returns the value of the indexed component in the specified array object, as afloat
.float
Gets the value of a static or instance field of typefloat
or of another primitive type convertible to typefloat
via a widening conversion.static int
Returns the value of the indexed component in the specified array object, as anint
.int
Gets the value of a static or instance field of typeint
or of another primitive type convertible to typeint
via a widening conversion.static InvocationHandler
Proxy.getInvocationHandler
(Object proxy) Returns the invocation handler for the specified proxy instance.static int
Returns the length of the specified array object, as anint
.static long
Returns the value of the indexed component in the specified array object, as along
.long
Gets the value of a static or instance field of typelong
or of another primitive type convertible to typelong
via a widening conversion.static Class<?>
Proxy.getProxyClass
(ClassLoader loader, Class<?>... interfaces) Deprecated.Proxy classes generated in a named module are encapsulated and not accessible to code outside its module.static short
Returns the value of the indexed component in the specified array object, as ashort
.short
Gets the value of a static or instance field of typeshort
or of another primitive type convertible to typeshort
via a widening conversion.Invokes the underlying method represented by thisMethod
object, on the specified object with the specified parameters.static Object
Array.newInstance
(Class<?> componentType, int... dimensions) Creates a new array with the specified component type and dimensions.Constructor.newInstance
(Object... initargs) Uses the constructor represented by thisConstructor
object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.static void
Sets the value of the indexed component of the specified array object to the specified new value.void
Sets the field represented by thisField
object on the specified object argument to the specified new value.static void
Array.setBoolean
(Object array, int index, boolean z) Sets the value of the indexed component of the specified array object to the specifiedboolean
value.void
Field.setBoolean
(Object obj, boolean z) Sets the value of a field as aboolean
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedbyte
value.void
Sets the value of a field as abyte
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedchar
value.void
Sets the value of a field as achar
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifieddouble
value.void
Sets the value of a field as adouble
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedfloat
value.void
Sets the value of a field as afloat
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedint
value.void
Sets the value of a field as anint
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedlong
value.void
Sets the value of a field as along
on the specified object.static void
Sets the value of the indexed component of the specified array object to the specifiedshort
value.void
Sets the value of a field as ashort
on the specified object. -
Uses of IllegalArgumentException in java.nio.channels
Modifier and TypeClassDescriptionclass
Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.class
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.class
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.class
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. -
Uses of IllegalArgumentException in java.nio.charset
Modifier and TypeClassDescriptionclass
Unchecked exception thrown when a string that is not a legal charset name is used as such.class
Unchecked exception thrown when no support is available for a requested charset. -
Uses of IllegalArgumentException in java.nio.file
Modifier and TypeClassDescriptionclass
Unchecked exception thrown when path string cannot be converted into aPath
because the path string contains invalid characters, or the path string is invalid for other file system specific reasons.class
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider. -
Uses of IllegalArgumentException in java.security
Modifier and TypeClassDescriptionclass
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. -
Uses of IllegalArgumentException in java.util
Modifier and TypeClassDescriptionclass
Unchecked exception thrown when duplicate flags are provided in the format specifier.class
Unchecked exception thrown when a conversion and flag are incompatible.class
Unchecked exception thrown when a character with an invalid Unicode code point as defined byCharacter.isValidCodePoint(int)
is passed to theFormatter
.class
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.class
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.class
Unchecked exception thrown when an illegal combination flags is given.class
Unchecked exception thrown when the precision is a negative value other than-1
, the conversion does not support a precision, or the value is otherwise unsupported.class
Unchecked exception thrown when the format width is a negative value other than-1
or is otherwise unsupported.class
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.class
Unchecked exception thrown when the format width is required.class
Unchecked exception thrown when an unknown conversion is given.class
Unchecked exception thrown when an unknown flag is given.ModifierConstructorDescriptionDoubleSummaryStatistics
(long count, double min, double max, double sum) Constructs a non-empty instance with the specifiedcount
,min
,max
, andsum
.IntSummaryStatistics
(long count, int min, int max, long sum) Constructs a non-empty instance with the specifiedcount
,min
,max
, andsum
.LongSummaryStatistics
(long count, long min, long max, long sum) Constructs a non-empty instance with the specifiedcount
,min
,max
, andsum
. -
Uses of IllegalArgumentException in java.util.logging
ModifierConstructorDescriptionLoggingPermission
(String name, String actions) Creates a new LoggingPermission object. -
Uses of IllegalArgumentException in java.util.regex
Modifier and TypeClassDescriptionclass
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern. -
Uses of IllegalArgumentException in javax.management
Modifier and TypeMethodDescriptionvoid
MBeanServerDelegate.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationBroadcaster.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to this MBean.void
AttributeChangeNotificationFilter.enableAttribute
(String name) Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.void
NotificationFilterSupport.enableType
(String prefix) Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.ModifierConstructorDescriptionMBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) Constructs anMBeanInfo
.MBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anMBeanInfo
. -
Uses of IllegalArgumentException in javax.management.modelmbean
Modifier and TypeMethodDescriptionvoid
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener
(NotificationListener listener, String attributeName, Object handback) Registers an object which implements the NotificationListener interface as a listener.void
RequiredModelMBean.addAttributeChangeNotificationListener
(NotificationListener inlistener, String inAttributeName, Object inhandback) void
RequiredModelMBean.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Registers an object which implements the NotificationListener interface as a listener. -
Uses of IllegalArgumentException in javax.management.monitor
Modifier and TypeMethodDescriptionvoid
Monitor.addObservedObject
(ObjectName object) Adds the specified object in the set of observed MBeans, if this object is not already present.void
MonitorMBean.addObservedObject
(ObjectName object) Adds the specified object in the set of observed MBeans.void
Monitor.setGranularityPeriod
(long period) Sets the granularity period (in milliseconds).void
MonitorMBean.setGranularityPeriod
(long period) Sets the granularity period (in milliseconds).void
CounterMonitor.setInitThreshold
(Number value) Sets the initial threshold value common to all observed objects.void
CounterMonitorMBean.setInitThreshold
(Number value) Sets the initial threshold value common to all observed MBeans.void
CounterMonitor.setModulus
(Number value) Sets the modulus value common to all observed MBeans.void
CounterMonitorMBean.setModulus
(Number value) Sets the modulus value.void
Monitor.setObservedAttribute
(String attribute) Sets the attribute to observe.void
Monitor.setObservedObject
(ObjectName object) Deprecated.As of JMX 1.2, replaced byMonitor.addObservedObject(javax.management.ObjectName)
void
Sets the offset value common to all observed MBeans.void
Sets the offset value.void
StringMonitor.setStringToCompare
(String value) Sets the string to compare with the observed attribute common to all observed MBeans.void
StringMonitorMBean.setStringToCompare
(String value) Sets the string to compare with the observed attribute.void
CounterMonitor.setThreshold
(Number value) Deprecated.As of JMX 1.2, replaced byCounterMonitor.setInitThreshold(java.lang.Number)
void
CounterMonitorMBean.setThreshold
(Number value) Deprecated.As of JMX 1.2, replaced byCounterMonitorMBean.setInitThreshold(java.lang.Number)
void
GaugeMonitor.setThresholds
(Number highValue, Number lowValue) Sets the high and the low threshold values common to all observed MBeans.void
GaugeMonitorMBean.setThresholds
(Number highValue, Number lowValue) Sets the high and the low threshold values. -
Uses of IllegalArgumentException in javax.management.openmbean
Modifier and TypeClassDescriptionclass
This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.class
This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.class
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance. -
Uses of IllegalArgumentException in javax.management.relation
Modifier and TypeMethodDescriptionvoid
Inserts the role specified as an element at the position specified.void
Adds the Role specified as the last element of the list.void
RoleUnresolvedList.add
(int index, RoleUnresolved role) Inserts the unresolved role specified as an element at the position specified.void
RoleUnresolvedList.add
(RoleUnresolved role) Adds the RoleUnresolved specified as the last element of the list.boolean
Inserts all of the elements in the RoleList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleList specified.boolean
RoleUnresolvedList.addAll
(int index, RoleUnresolvedList roleList) Inserts all of the elements in the RoleUnresolvedList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.void
RelationService.addRelation
(ObjectName relationObjectName) Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.void
RelationServiceMBean.addRelation
(ObjectName relationObjectName) Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.void
RelationService.addRelationType
(RelationType relationTypeObj) Adds given object as a relation type.void
RelationServiceMBean.addRelationType
(RelationType relationTypeObj) Adds given object as a relation type.protected void
RelationTypeSupport.addRoleInfo
(RoleInfo roleInfo) Add a role info.RelationService.checkRoleReading
(String roleName, String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationServiceMBean.checkRoleReading
(String roleName, String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationService.checkRoleWriting
(Role role, String relationTypeName, Boolean initFlag) Checks if given Role can be set in a relation of given type.RelationServiceMBean.checkRoleWriting
(Role role, String relationTypeName, Boolean initFlag) Checks if given Role can be set in a relation of given type.void
RelationService.createRelation
(String relationId, String relationTypeName, RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.void
RelationServiceMBean.createRelation
(String relationId, String relationTypeName, RoleList roleList) Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.void
RelationService.createRelationType
(String relationTypeName, RoleInfo[] roleInfoArray) Creates a relation type (a RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.void
RelationServiceMBean.createRelationType
(String relationTypeName, RoleInfo[] roleInfoArray) Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.void
MBeanServerNotificationFilter.disableObjectName
(ObjectName objectName) Disables MBeanServerNotifications concerning given ObjectName.void
MBeanServerNotificationFilter.enableObjectName
(ObjectName objectName) Enables MBeanServerNotifications concerning given ObjectName.RelationService.findAssociatedMBeans
(ObjectName mbeanName, String relationTypeName, String roleName) Retrieves the MBeans associated to given one in a relation.RelationServiceMBean.findAssociatedMBeans
(ObjectName mbeanName, String relationTypeName, String roleName) Retrieves the MBeans associated to given one in a relation.RelationService.findReferencingRelations
(ObjectName mbeanName, String relationTypeName, String roleName) Retrieves the relations where a given MBean is referenced.RelationServiceMBean.findReferencingRelations
(ObjectName mbeanName, String relationTypeName, String roleName) Retrieves the relations where a given MBean is referenced.RelationService.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationServiceMBean.findRelationsOfType
(String relationTypeName) Returns the relation ids for relations of the given type.RelationService.getAllRoles
(String relationId) Returns all roles present in the relation.RelationServiceMBean.getAllRoles
(String relationId) Returns all roles present in the relation.RelationService.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationServiceMBean.getReferencedMBeans
(String relationId) Retrieves MBeans referenced in the various roles of the relation.RelationService.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.RelationServiceMBean.getRelationTypeName
(String relationId) Returns name of associated relation type for given relation.Retrieves role value for given role name.Retrieves role value for given role name in given relation.Retrieves role value for given role name in given relation.Retrieves role value for given role name.Relation.getRoleCardinality
(String roleName) Returns the number of MBeans currently referenced in the given role.RelationService.getRoleCardinality
(String relationId, String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationServiceMBean.getRoleCardinality
(String relationId, String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationSupport.getRoleCardinality
(String roleName) Returns the number of MBeans currently referenced in the given role.RelationService.getRoleInfo
(String relationTypeName, String roleInfoName) Retrieves role info for given role name of a given relation type.RelationServiceMBean.getRoleInfo
(String relationTypeName, String roleInfoName) Retrieves role info for given role of a given relation type.RelationType.getRoleInfo
(String roleInfoName) Returns the role info (RoleInfo object) for the given role info name (null if not found).RelationTypeSupport.getRoleInfo
(String roleInfoName) Returns the role info (RoleInfo object) for the given role info name (null if not found).RelationService.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.RelationServiceMBean.getRoleInfos
(String relationTypeName) Retrieves list of role infos (RoleInfo objects) of a given relation type.Retrieves values of roles with given names.Retrieves values of roles with given names in given relation.Retrieves values of roles with given names in given relation.Retrieves values of roles with given names.void
Relation.handleMBeanUnregistration
(ObjectName objectName, String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.void
RelationSupport.handleMBeanUnregistration
(ObjectName objectName, String roleName) Callback used by the Relation Service when a MBean referenced in a role is unregistered.RelationService.hasRelation
(String relationId) Checks if there is a relation identified in Relation Service with given relation id.RelationServiceMBean.hasRelation
(String relationId) Checks if there is a relation identified in Relation Service with given relation id.boolean
MBeanServerNotificationFilter.isNotificationEnabled
(Notification notif) Invoked before sending the specified notification to the listener.RelationService.isRelation
(ObjectName objectName) Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.RelationServiceMBean.isRelation
(ObjectName objectName) Returns the relation id associated to the given ObjectName if the MBean has been added as a relation in the Relation Service.RelationService.isRelationMBean
(String relationId) If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.RelationServiceMBean.isRelationMBean
(String relationId) If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.void
RelationService.removeRelation
(String relationId) Removes given relation from the Relation Service.void
RelationServiceMBean.removeRelation
(String relationId) Removes given relation from the Relation Service.void
RelationService.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.void
RelationServiceMBean.removeRelationType
(String relationTypeName) Removes given relation type from Relation Service.static String
Role.roleValueToString
(List<ObjectName> roleValue) Returns a string for the given role value.void
RelationService.sendRelationCreationNotification
(String relationId) Sends a notification (RelationNotification) for a relation creation.void
RelationServiceMBean.sendRelationCreationNotification
(String relationId) Sends a notification (RelationNotification) for a relation creation.void
RelationService.sendRelationRemovalNotification
(String relationId, List<ObjectName> unregMBeanList) Sends a notification (RelationNotification) for a relation removal.void
RelationServiceMBean.sendRelationRemovalNotification
(String relationId, List<ObjectName> unregMBeanList) Sends a notification (RelationNotification) for a relation removal.void
RelationService.sendRoleUpdateNotification
(String relationId, Role newRole, List<ObjectName> oldValue) Sends a notification (RelationNotification) for a role update in the given relation.void
RelationServiceMBean.sendRoleUpdateNotification
(String relationId, Role newRole, List<ObjectName> oldRoleValue) Sends a notification (RelationNotification) for a role update in the given relation.void
Sets the element at the position specified to be the role specified.void
RoleUnresolvedList.set
(int index, RoleUnresolved role) Sets the element at the position specified to be the unresolved role specified.void
RoleUnresolved.setProblemType
(int pbType) Sets problem type.void
RelationSupport.setRelationServiceManagementFlag
(Boolean flag) void
RelationSupportMBean.setRelationServiceManagementFlag
(Boolean flag) Specifies whether this relation is handled by the Relation Service.void
Sets the given role.void
Sets the given role in given relation.void
Sets the given role in given relation.void
Sets the given role.void
Role.setRoleName
(String roleName) Sets role name.void
RoleUnresolved.setRoleName
(String name) Sets role name.Sets the given roles.Sets the given roles in given relation.Sets the given roles in given relation.Sets the given roles.void
Role.setRoleValue
(List<ObjectName> roleValue) Sets role value.void
RelationService.updateRoleMap
(String relationId, Role newRole, List<ObjectName> oldValue) Handles update of the Relation Service role map for the update of given role in given relation.void
RelationServiceMBean.updateRoleMap
(String relationId, Role newRole, List<ObjectName> oldRoleValue) Handles update of the Relation Service role map for the update of given role in given relation.ModifierConstructorDescriptionRelationNotification
(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, String name, List<ObjectName> newValue, List<ObjectName> oldValue) Creates a notification for a role update in a relation.RelationNotification
(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, List<ObjectName> unregMBeanList) Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.RelationSupport
(String relationId, ObjectName relationServiceName, String relationTypeName, RoleList list) Creates aRelationSupport
object.RelationSupport
(String relationId, ObjectName relationServiceName, MBeanServer relationServiceMBeanServer, String relationTypeName, RoleList list) Creates aRelationSupport
object.RelationTypeSupport
(String relationTypeName, RoleInfo[] roleInfoArray) Constructor where all role definitions are dynamically created and passed as parameter.Role
(String roleName, List<ObjectName> roleValue) Make a new Role object.Constructor.Constructor.RoleInfo
(String roleName, String mbeanClassName, boolean read, boolean write, int min, int max, String descr) Constructor.Copy constructor.Constructs aRoleList
containing the elements of theList
specified, in the order in which they are returned by theList
's iterator.RoleUnresolved
(String name, List<ObjectName> value, int pbType) Constructor.RoleUnresolvedList
(List<RoleUnresolved> list) Constructs aRoleUnresolvedList
containing the elements of theList
specified, in the order in which they are returned by theList
's iterator. -
Uses of IllegalArgumentException in javax.management.timer
Modifier and TypeMethodDescriptionTimer.addNotification
(String type, String message, Object userData, Date date) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and a null period and number of occurrences.Timer.addNotification
(String type, String message, Object userData, Date date, long period) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and period and a null number of occurrences.Timer.addNotification
(String type, String message, Object userData, Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.Timer.addNotification
(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification
(String type, String message, Object userData, Date date) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and a null period and number of occurrences.TimerMBean.addNotification
(String type, String message, Object userData, Date date, long period) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date and period and a null number of occurrences.TimerMBean.addNotification
(String type, String message, Object userData, Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification
(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype
,message
anduserData
and inserts it into the list of notifications with a given date, period and number of occurrences. -
Uses of IllegalArgumentException in javax.net.ssl
Modifier and TypeMethodDescriptionvoid
SSLSessionContext.setSessionCacheSize
(int size) Sets the size of the cache used for storingSSLSession
objects grouped under thisSSLSessionContext
.void
SSLSessionContext.setSessionTimeout
(int seconds) Sets the timeout limit forSSLSession
objects grouped under thisSSLSessionContext
. -
Uses of IllegalArgumentException in javax.rmi.ssl
ModifierConstructorDescriptionSslRMIServerSocketFactory
(String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) Creates a newSslRMIServerSocketFactory
with the specified SSL socket configuration.SslRMIServerSocketFactory
(SSLContext context, String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) Creates a newSslRMIServerSocketFactory
with the specifiedSSLContext
and SSL socket configuration. -
Uses of IllegalArgumentException in javax.swing
Modifier and TypeMethodDescriptionCreates aPopup
for the Componentowner
containing the Componentcontents
.protected Popup
PopupFactory.getPopup
(Component owner, Component contents, int x, int y, boolean isHeavyWeightPopup) Creates aPopup
for the Componentowner
containing the Componentcontents
.void
AbstractButton.setDisplayedMnemonicIndex
(int index) Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic.void
JLabel.setDisplayedMnemonicIndex
(int index) Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic. -
Uses of IllegalArgumentException in javax.xml.parsers
Modifier and TypeMethodDescriptionabstract Object
DocumentBuilderFactory.getAttribute
(String name) Allows the user to retrieve specific attributes on the underlying implementation.abstract void
DocumentBuilderFactory.setAttribute
(String name, Object value) Allows the user to set specific attributes on the underlying implementation. -
Uses of IllegalArgumentException in javax.xml.stream
Modifier and TypeMethodDescriptionXMLEventReader.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstract Object
XMLInputFactory.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstract Object
XMLOutputFactory.getProperty
(String name) Get a feature/property on the underlying implementationXMLStreamReader.getProperty
(String name) Get the value of a feature/property from the underlying implementationXMLStreamWriter.getProperty
(String name) Get the value of a feature/property from the underlying implementationabstract void
XMLInputFactory.setProperty
(String name, Object value) Allows the user to set specific feature/property on the underlying implementation.abstract void
XMLOutputFactory.setProperty
(String name, Object value) Allows the user to set specific features/properties on the underlying implementation. -
Uses of IllegalArgumentException in javax.xml.stream.util
-
Uses of IllegalArgumentException in javax.xml.transform
Modifier and TypeMethodDescriptionabstract String
Transformer.getOutputProperty
(String name) Get an output property that is in effect for the transformer.abstract void
Transformer.setErrorListener
(ErrorListener listener) Set the error event listener in effect for the transformation.abstract void
Transformer.setOutputProperty
(String name, String value) Set an output property that will be in effect for the transformation. -
Uses of IllegalArgumentException in javax.xml.transform.sax
-
Uses of IllegalArgumentException in jdk.management.jfr
Modifier and TypeMethodDescriptionlong
FlightRecorderMXBean.cloneRecording
(long recordingId, boolean stop) Creates a copy of an existing recording, useful for extracting parts of a recording.FlightRecorderMXBean.getRecordingOptions
(long recordingId) Returns a map that contains the options for the recording with the specified ID (for example, the destination file or time span to keep recorded data).FlightRecorderMXBean.getRecordingSettings
(long recordingId) Returns aMap
that contains the settings for the recording with the specified ID, (for example, the event thresholds)void
FlightRecorderMXBean.setConfiguration
(long recordingId, String contents) Sets a configuration as a string representation for the recording with the specified ID.void
FlightRecorderMXBean.setPredefinedConfiguration
(long recordingId, String configurationName) Sets a predefined configuration for the recording with the specified ID.void
FlightRecorderMXBean.setRecordingOptions
(long recordingId, Map<String, String> options) Configures the recording options (for example, destination file and time span to keep data).void
FlightRecorderMXBean.setRecordingSettings
(long recordingId, Map<String, String> settings) Sets and replaces all previous settings for the specified recording.boolean
FlightRecorderMXBean.stopRecording
(long recordingId) Stops the running recording with the specified ID.