|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use List | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.management | Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. |
java.net | Provides the classes for implementing networking applications. |
java.security | Provides the classes and interfaces for the security framework. |
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
java.util.concurrent | Utility classes commonly useful in concurrent programming. |
java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. |
javax.imageio | The main package of the Java Image I/O API. |
javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.net.ssl | Provides classes for the secure socket package. |
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.xml.xpath | This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. |
Uses of List in java.awt |
---|
Methods in java.awt that return List | |
---|---|
protected List<KeyEventDispatcher> |
KeyboardFocusManager.getKeyEventDispatchers()
Returns this KeyboardFocusManager's KeyEventDispatcher chain as a List. |
protected List<KeyEventPostProcessor> |
KeyboardFocusManager.getKeyEventPostProcessors()
Returns this KeyboardFocusManager's KeyEventPostProcessor chain as a List. |
Uses of List in java.awt.datatransfer |
---|
Methods in java.awt.datatransfer that return List | |
---|---|
List<DataFlavor> |
SystemFlavorMap.getFlavorsForNative(String nat)
Returns a List of DataFlavor s to which the
specified String native can be translated by the data
transfer subsystem. |
List<DataFlavor> |
FlavorTable.getFlavorsForNative(String nat)
Returns a List of DataFlavor s to which the
specified String corresponds. |
List<String> |
SystemFlavorMap.getNativesForFlavor(DataFlavor flav)
Returns a List of String natives to which the
specified DataFlavor can be translated by the data transfer
subsystem. |
List<String> |
FlavorTable.getNativesForFlavor(DataFlavor flav)
Returns a List of String natives to which the
specified DataFlavor corresponds. |
Uses of List in java.awt.dnd |
---|
Methods in java.awt.dnd that return List | |
---|---|
protected List<DataFlavor> |
DropTargetContext.getCurrentDataFlavorsAsList()
This method returns a the currently available DataFlavors of the Transferable operand
as a java.util.List . |
List<DataFlavor> |
DropTargetDropEvent.getCurrentDataFlavorsAsList()
This method returns the currently available DataFlavor s as a java.util.List . |
List<DataFlavor> |
DropTargetDragEvent.getCurrentDataFlavorsAsList()
This method returns the current DataFlavor s
as a java.util.List |
Constructors in java.awt.dnd with parameters of type List | |
---|---|
DragGestureEvent(DragGestureRecognizer dgr,
int act,
Point ori,
List<? extends InputEvent> evs)
Construct a DragGestureEvent given the
DragGestureRecognizer firing this event,
an int representing
the user's preferred action, a Point
indicating the origin of the drag, and a List
of events that comprise the gesture. |
Uses of List in java.lang |
---|
Methods in java.lang that return List | |
---|---|
List<String> |
ProcessBuilder.command()
Returns this process builder's operating system program and arguments. |
Methods in java.lang with parameters of type List | |
---|---|
ProcessBuilder |
ProcessBuilder.command(List<String> command)
Sets this process builder's operating system program and arguments. |
Constructors in java.lang with parameters of type List | |
---|---|
ProcessBuilder(List<String> command)
Constructs a process builder with the specified operating system program and arguments. |
Uses of List in java.lang.management |
---|
Methods in java.lang.management that return List | |
---|---|
static List<GarbageCollectorMXBean> |
ManagementFactory.getGarbageCollectorMXBeans()
Returns a list of GarbageCollectorMXBean objects
in the Java virtual machine. |
List<String> |
RuntimeMXBean.getInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method. |
static List<MemoryManagerMXBean> |
ManagementFactory.getMemoryManagerMXBeans()
Returns a list of MemoryManagerMXBean objects
in the Java virtual machine. |
static List<MemoryPoolMXBean> |
ManagementFactory.getMemoryPoolMXBeans()
Returns a list of MemoryPoolMXBean objects in the
Java virtual machine. |
Uses of List in java.net |
---|
Methods in java.net that return List | |
---|---|
abstract List<Certificate> |
SecureCacheResponse.getLocalCertificateChain()
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource. |
abstract List<Certificate> |
SecureCacheResponse.getServerCertificateChain()
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache. |
abstract List<Proxy> |
ProxySelector.select(URI uri)
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at. |
Methods in java.net that return types with arguments of type List | |
---|---|
abstract Map<String,List<String>> |
CookieHandler.get(URI uri,
Map<String,List<String>> requestHeaders)
Gets all the applicable cookies from a cookie cache for the specified uri in the request header. |
Map<String,List<String>> |
URLConnection.getHeaderFields()
Returns an unmodifiable Map of the header fields. |
abstract Map<String,List<String>> |
CacheResponse.getHeaders()
Returns the response headers as a Map. |
Map<String,List<String>> |
URLConnection.getRequestProperties()
Returns an unmodifiable Map of general request properties for this connection. |
Method parameters in java.net with type arguments of type List | |
---|---|
abstract Map<String,List<String>> |
CookieHandler.get(URI uri,
Map<String,List<String>> requestHeaders)
Gets all the applicable cookies from a cookie cache for the specified uri in the request header. |
abstract CacheResponse |
ResponseCache.get(URI uri,
String rqstMethod,
Map<String,List<String>> rqstHeaders)
Retrieve the cached response based on the requesting uri, request method and request headers. |
abstract void |
CookieHandler.put(URI uri,
Map<String,List<String>> responseHeaders)
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache. |
Uses of List in java.security |
---|
Constructors in java.security with parameters of type List | |
---|---|
Provider.Service(Provider provider,
String type,
String algorithm,
String className,
List<String> aliases,
Map<String,String> attributes)
Construct a new service. |
Uses of List in java.security.cert |
---|
Methods in java.security.cert that return List | |
---|---|
abstract List<? extends Certificate> |
CertPath.getCertificates()
Returns the list of certificates in this certification path. |
List<PKIXCertPathChecker> |
PKIXParameters.getCertPathCheckers()
Returns the List of certification path checkers. |
List<CertStore> |
PKIXParameters.getCertStores()
Returns an immutable List of CertStore s that
are used to find certificates and CRLs. |
List<String> |
X509Certificate.getExtendedKeyUsage()
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the
extended key usage extension, (OID = 2.5.29.37). |
Methods in java.security.cert that return types with arguments of type List | |
---|---|
Collection<List<?>> |
X509Certificate.getIssuerAlternativeNames()
Gets an immutable collection of issuer alternative names from the IssuerAltName extension, (OID = 2.5.29.18). |
Collection<List<?>> |
X509CertSelector.getPathToNames()
Returns a copy of the pathToNames criterion. |
Collection<List<?>> |
X509CertSelector.getSubjectAlternativeNames()
Returns a copy of the subjectAlternativeNames criterion. |
Collection<List<?>> |
X509Certificate.getSubjectAlternativeNames()
Gets an immutable collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17). |
Methods in java.security.cert with parameters of type List | |
---|---|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List<? extends Certificate> certificates)
Generates a CertPath object and initializes it with
a List of Certificate s. |
CertPath |
CertificateFactory.generateCertPath(List<? extends Certificate> certificates)
Generates a CertPath object and initializes it with
a List of Certificate s. |
void |
PKIXParameters.setCertPathCheckers(List<PKIXCertPathChecker> checkers)
Sets a List of additional certification path checkers. |
void |
PKIXParameters.setCertStores(List<CertStore> stores)
Sets the list of CertStore s to be used in finding
certificates and CRLs. |
Method parameters in java.security.cert with type arguments of type List | |
---|---|
void |
X509CertSelector.setPathToNames(Collection<List<?>> names)
Sets the pathToNames criterion. |
void |
X509CertSelector.setSubjectAlternativeNames(Collection<List<?>> names)
Sets the subjectAlternativeNames criterion. |
Uses of List in java.util |
---|
Classes in java.util that implement List | |
---|---|
class |
AbstractList<E>
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array). |
class |
AbstractSequentialList<E>
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list). |
class |
ArrayList<E>
Resizable-array implementation of the List interface. |
class |
LinkedList<E>
Linked list implementation of the List interface. |
class |
Stack<E>
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
class |
Vector<E>
The Vector class implements a growable array of
objects. |
Fields in java.util declared as List | |
---|---|
static List |
Collections.EMPTY_LIST
The empty list (immutable). |
Methods in java.util that return List | ||
---|---|---|
static
|
Arrays.asList(T... a)
Returns a fixed-size list backed by the specified array. |
|
static
|
Collections.checkedList(List<E> list,
Class<E> type)
Returns a dynamically typesafe view of the specified list. |
|
static
|
Collections.emptyList()
Returns the empty list (immutable). |
|
static
|
Collections.nCopies(int n,
T o)
Returns an immutable list consisting of n copies of the specified object. |
|
static
|
Collections.singletonList(T o)
Returns an immutable list containing only the specified object. |
|
List<E> |
List.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. |
|
List<E> |
AbstractList.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive. |
|
List<E> |
Vector.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive. |
|
static
|
Collections.synchronizedList(List<T> list)
Returns a synchronized (thread-safe) list backed by the specified list. |
|
static
|
Collections.unmodifiableList(List<? extends T> list)
Returns an unmodifiable view of the specified list. |
Methods in java.util with parameters of type List | ||
---|---|---|
static
|
Collections.binarySearch(List<? extends Comparable<? super T>> list,
T key)
Searches the specified list for the specified object using the binary search algorithm. |
|
static
|
Collections.binarySearch(List<? extends T> list,
T key,
Comparator<? super T> c)
Searches the specified list for the specified object using the binary search algorithm. |
|
static
|
Collections.checkedList(List<E> list,
Class<E> type)
Returns a dynamically typesafe view of the specified list. |
|
static
|
Collections.copy(List<? super T> dest,
List<? extends T> src)
Copies all of the elements from one list into another. |
|
static
|
Collections.copy(List<? super T> dest,
List<? extends T> src)
Copies all of the elements from one list into another. |
|
static
|
Collections.fill(List<? super T> list,
T obj)
Replaces all of the elements of the specified list with the specified element. |
|
static int |
Collections.indexOfSubList(List<?> source,
List<?> target)
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence. |
|
static int |
Collections.indexOfSubList(List<?> source,
List<?> target)
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence. |
|
static int |
Collections.lastIndexOfSubList(List<?> source,
List<?> target)
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence. |
|
static int |
Collections.lastIndexOfSubList(List<?> source,
List<?> target)
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence. |
|
static
|
Collections.replaceAll(List<T> list,
T oldVal,
T newVal)
Replaces all occurrences of one specified value in a list with another. |
|
static void |
Collections.reverse(List<?> list)
Reverses the order of the elements in the specified list. |
|
static void |
Collections.rotate(List<?> list,
int distance)
Rotates the elements in the specified list by the specified distance. |
|
static void |
Collections.shuffle(List<?> list)
Randomly permutes the specified list using a default source of randomness. |
|
static void |
Collections.shuffle(List<?> list,
Random rnd)
Randomly permute the specified list using the specified source of randomness. |
|
static
|
Collections.sort(List<T> list)
Sorts the specified list into ascending order, according to the natural ordering of its elements. |
|
static
|
Collections.sort(List<T> list,
Comparator<? super T> c)
Sorts the specified list according to the order induced by the specified comparator. |
|
static void |
Collections.swap(List<?> list,
int i,
int j)
Swaps the elements at the specified positions in the specified list. |
|
static
|
Collections.synchronizedList(List<T> list)
Returns a synchronized (thread-safe) list backed by the specified list. |
|
static
|
Collections.unmodifiableList(List<? extends T> list)
Returns an unmodifiable view of the specified list. |
Uses of List in java.util.concurrent |
---|
Classes in java.util.concurrent that implement List | |
---|---|
class |
CopyOnWriteArrayList<E>
A thread-safe variant of ArrayList in which all mutative
operations (add, set, and so on) are implemented by making a fresh
copy of the underlying array. |
Methods in java.util.concurrent that return List | ||
---|---|---|
|
ExecutorService.invokeAll(Collection<Callable<T>> tasks)
Executes the given tasks, returning a list of Futures holding their status and results when all complete. |
|
|
AbstractExecutorService.invokeAll(Collection<Callable<T>> tasks)
|
|
|
ExecutorService.invokeAll(Collection<Callable<T>> tasks,
long timeout,
TimeUnit unit)
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first. |
|
|
AbstractExecutorService.invokeAll(Collection<Callable<T>> tasks,
long timeout,
TimeUnit unit)
|
|
List<Runnable> |
ScheduledThreadPoolExecutor.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution. |
|
List<Runnable> |
ThreadPoolExecutor.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution. |
|
List<Runnable> |
ExecutorService.shutdownNow()
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution. |
|
List<E> |
CopyOnWriteArrayList.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive. |
Uses of List in java.util.logging |
---|
Methods in java.util.logging that return List | |
---|---|
List<String> |
LoggingMXBean.getLoggerNames()
Returns the list of currently registered loggers. |
Uses of List in javax.imageio |
---|
Fields in javax.imageio declared as List | |
---|---|
protected List<IIOWriteProgressListener> |
ImageWriter.progressListeners
A List of currently registered
IIOWriteProgressListener s, initialized by default
null , which is synonymous with an empty
List . |
protected List<IIOReadProgressListener> |
ImageReader.progressListeners
A List of currently registered
IIOReadProgressListener s, initialized by default
to null , which is synonymous with an empty
List . |
protected List<? extends BufferedImage> |
IIOImage.thumbnails
A List of BufferedImage thumbnails,
or null . |
protected List<IIOReadUpdateListener> |
ImageReader.updateListeners
A List of currently registered
IIOReadUpdateListener s, initialized by default to
null , which is synonymous with an empty
List . |
protected List<IIOWriteWarningListener> |
ImageWriter.warningListeners
A List of currently registered
IIOWriteWarningListener s, initialized by default to
null , which is synonymous with an empty
List . |
protected List<IIOReadWarningListener> |
ImageReader.warningListeners
A List of currently registered
IIOReadWarningListener s, initialized by default to
null , which is synonymous with an empty
List . |
protected List<Locale> |
ImageWriter.warningLocales
A List of Locale s, one for each
element of warningListeners , initialized by default
null , which is synonymous with an empty
List . |
protected List<Locale> |
ImageReader.warningLocales
A List of the Locale s associated with
each currently registered IIOReadWarningListener ,
initialized by default to null , which is
synonymous with an empty List . |
Methods in javax.imageio that return List | |
---|---|
List<? extends BufferedImage> |
IIOImage.getThumbnails()
Returns the current List of thumbnail
BufferedImage s, or null if none is
set. |
Methods in javax.imageio with parameters of type List | |
---|---|
void |
ImageWriter.prepareInsertEmpty(int imageIndex,
ImageTypeSpecifier imageType,
int width,
int height,
IIOMetadata imageMetadata,
List<? extends BufferedImage> thumbnails,
ImageWriteParam param)
Begins the insertion of a new image with undefined pixel values into an existing image stream. |
void |
ImageWriter.prepareWriteEmpty(IIOMetadata streamMetadata,
ImageTypeSpecifier imageType,
int width,
int height,
IIOMetadata imageMetadata,
List<? extends BufferedImage> thumbnails,
ImageWriteParam param)
Begins the writing of a complete image stream, consisting of a single image with undefined pixel values and associated metadata and thumbnails, to the output. |
void |
IIOImage.setThumbnails(List<? extends BufferedImage> thumbnails)
Sets the list of thumbnails to a new List of
BufferedImage s, or to null . |
Constructors in javax.imageio with parameters of type List | |
---|---|
IIOImage(Raster raster,
List<? extends BufferedImage> thumbnails,
IIOMetadata metadata)
Constructs an IIOImage containing a
Raster , and thumbnails and metadata
associated with it. |
|
IIOImage(RenderedImage image,
List<? extends BufferedImage> thumbnails,
IIOMetadata metadata)
Constructs an IIOImage containing a
RenderedImage , and thumbnails and metadata
associated with it. |
Uses of List in javax.imageio.metadata |
---|
Methods in javax.imageio.metadata with parameters of type List | ||
---|---|---|
protected void |
IIOMetadataFormatImpl.addAttribute(String elementName,
String attrName,
int dataType,
boolean required,
String defaultValue,
List<String> enumeratedValues)
Adds a new attribute to a previously defined element that will be defined by a set of enumerated values. |
|
protected
|
IIOMetadataFormatImpl.addObjectValue(String elementName,
Class<T> classType,
boolean required,
T defaultValue,
List<? extends T> enumeratedValues)
Allows an Object reference of a given class type
to be stored in nodes implementing the named element. |
Uses of List in javax.management |
---|
Classes in javax.management that implement List | |
---|---|
class |
AttributeList
Represents a list of values for attributes of an MBean. |
Uses of List in javax.management.openmbean |
---|
Methods in javax.management.openmbean that return List | |
---|---|
List |
TabularType.getIndexNames()
Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this TabularType
instance. |
Uses of List in javax.management.relation |
---|
Classes in javax.management.relation that implement List | |
---|---|
class |
RoleList
A RoleList represents a list of roles (Role objects). |
class |
RoleUnresolvedList
A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write to roles). |
Methods in javax.management.relation that return List | |
---|---|
List |
RelationService.findRelationsOfType(String theRelTypeName)
Returns the relation ids for relations of the given type. |
List |
RelationServiceMBean.findRelationsOfType(String theRelTypeName)
Returns the relation ids for relations of the given type. |
List |
RelationService.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service. |
List |
RelationServiceMBean.getAllRelationIds()
Returns all the relation ids for all the relations handled by the Relation Service. |
List |
RelationService.getAllRelationTypeNames()
Retrieves names of all known relation types. |
List |
RelationServiceMBean.getAllRelationTypeNames()
Retrieves names of all known relation types. |
List |
RelationNotification.getMBeansToUnregister()
Returns the list of ObjectNames of MBeans expected to be unregistered due to a relation removal (only for relation removal). |
List |
RelationNotification.getNewRoleValue()
Returns new value of updated role (only for role update). |
List |
RelationNotification.getOldRoleValue()
Returns old value of updated role (only for role update). |
List |
RelationSupport.getRole(String theRoleName)
Retrieves role value for given role name. |
List |
Relation.getRole(String theRoleName)
Retrieves role value for given role name. |
List |
RelationService.getRole(String theRelId,
String theRoleName)
Retrieves role value for given role name in given relation. |
List |
RelationServiceMBean.getRole(String theRelId,
String theRoleName)
Retrieves role value for given role name in given relation. |
List |
RelationTypeSupport.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects). |
List |
RelationType.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects). |
List |
RelationService.getRoleInfos(String theRelTypeName)
Retrieves list of role infos (RoleInfo objects) of a given relation type. |
List |
RelationServiceMBean.getRoleInfos(String theRelTypeName)
Retrieves list of role infos (RoleInfo objects) of a given relation type. |
List |
RoleUnresolved.getRoleValue()
Retrieves role value. |
List |
Role.getRoleValue()
Retrieves role value. |
Methods in javax.management.relation with parameters of type List | |
---|---|
static String |
Role.roleValueToString(List theRoleValue)
Returns a string for the given role value. |
void |
RelationService.sendRelationRemovalNotification(String theRelId,
List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
void |
RelationServiceMBean.sendRelationRemovalNotification(String theRelId,
List theUnregMBeanList)
Sends a notification (RelationNotification) for a relation removal. |
void |
RelationService.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationServiceMBean.sendRoleUpdateNotification(String theRelId,
Role theNewRole,
List theOldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RoleUnresolved.setRoleValue(List theRoleValue)
Sets role value. |
void |
Role.setRoleValue(List theRoleValue)
Sets role value. |
void |
RelationService.updateRoleMap(String theRelId,
Role theNewRole,
List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationServiceMBean.updateRoleMap(String theRelId,
Role theNewRole,
List theOldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
Constructors in javax.management.relation with parameters of type List | |
---|---|
RelationNotification(String theNtfType,
Object theSrcObj,
long TheSeqNbr,
long theTimeStamp,
String theMsg,
String theRelId,
String theRelTypeName,
ObjectName theRelObjName,
List theUnregMBeanList)
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. |
|
RelationNotification(String theNtfType,
Object theSrcObj,
long TheSeqNbr,
long theTimeStamp,
String theMsg,
String theRelId,
String theRelTypeName,
ObjectName theRelObjName,
String theRoleName,
List theNewRoleValue,
List theOldRoleValue)
Creates a notification for a role update in a relation. |
|
RelationNotification(String theNtfType,
Object theSrcObj,
long TheSeqNbr,
long theTimeStamp,
String theMsg,
String theRelId,
String theRelTypeName,
ObjectName theRelObjName,
String theRoleName,
List theNewRoleValue,
List theOldRoleValue)
Creates a notification for a role update in a relation. |
|
Role(String theRoleName,
List theRoleValue)
Make a new Role object. |
|
RoleList(List theList)
Constructs a RoleList containing the elements of the List specified, in the order in which they are returned by the List's iterator. |
|
RoleUnresolved(String theRoleName,
List theRoleValue,
int thePbType)
Constructor. |
|
RoleUnresolvedList(List theList)
Constructs a RoleUnresolvedList containing the elements of the List specified, in the order in which they are returned by the List's iterator. |
Uses of List in javax.naming.ldap |
---|
Methods in javax.naming.ldap that return List | |
---|---|
List<Rdn> |
LdapName.getRdns()
Retrieves the list of relative distinguished names. |
Methods in javax.naming.ldap with parameters of type List | |
---|---|
Name |
LdapName.addAll(int posn,
List<Rdn> suffixRdns)
Adds the RDNs of a name -- in order -- at a specified position within this name. |
Name |
LdapName.addAll(List<Rdn> suffixRdns)
Adds the RDNs of a name -- in order -- to the end of this name. |
boolean |
LdapName.endsWith(List<Rdn> rdns)
Determines whether the specified RDN sequence forms a suffix of this LDAP name. |
boolean |
LdapName.startsWith(List<Rdn> rdns)
Determines whether the specified RDN sequence forms a prefix of this LDAP name. |
Constructors in javax.naming.ldap with parameters of type List | |
---|---|
LdapName(List<Rdn> rdns)
Constructs an LDAP name given its parsed RDN components. |
Uses of List in javax.net.ssl |
---|
Methods in javax.net.ssl that return List | |
---|---|
List |
KeyStoreBuilderParameters.getParameters()
Return the unmodifiable List of the KeyStore.Builders encapsulated by this object. |
Constructors in javax.net.ssl with parameters of type List | |
---|---|
KeyStoreBuilderParameters(List parameters)
Construct new KeyStoreBuilderParameters from a List of KeyStore.Builders. |
Uses of List in javax.sound.midi |
---|
Methods in javax.sound.midi that return List | |
---|---|
List<Receiver> |
MidiDevice.getReceivers()
Returns all currently active, non-closed receivers connected with this MidiDevice. |
List<Transmitter> |
MidiDevice.getTransmitters()
Returns all currently active, non-closed transmitters connected with this MidiDevice. |
Uses of List in javax.swing |
---|
Methods in javax.swing that return List | |
---|---|
List<?> |
SpinnerListModel.getList()
Returns the List that defines the sequence for this model. |
Methods in javax.swing with parameters of type List | |
---|---|
void |
SpinnerListModel.setList(List<?> list)
Changes the list that defines this sequence and resets the index of the models value to zero. |
Constructors in javax.swing with parameters of type List | |
---|---|
SpinnerListModel(List<?> values)
Constructs a SpinnerModel whose sequence of
values is defined by the specified List . |
Uses of List in javax.xml.xpath |
---|
Methods in javax.xml.xpath with parameters of type List | |
---|---|
Object |
XPathFunction.evaluate(List args)
Evaluate the function with the specified arguments. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.