Advanced Java Services | Neue Klassen und Interfaces in 1.5 |
In der aktuellen Version 1.5, die jetzt unter 5.0 firmiert finden wir nun 3279 Klassen und Interfaces, das sind 556 Klassen und Interfaces mehr als in der Version 1.4 . Hier sind die neuen Klassen und Interfaces alphabetisch aufgelistet.
Neue Klassen und Interfaces in 1.5 | |||
---|---|---|---|
(Modifier+Typ) Name | Package | extends | implements |
public final class
ACTIVITY_COMPLETED |
org.omg.CORBA | SystemException | none |
public final class
ACTIVITY_REQUIRED |
org.omg.CORBA | SystemException | none |
public abstract class
AbstractExecutorService |
java.util.concurrent | Object | ExecutorService |
public abstract class
AbstractQueue |
java.util | AbstractCollection |
none |
public abstract class
AbstractQueuedSynchronizer |
java.util.concurrent.locks | Object | Serializable |
abstract class
AbstractStringBuilder |
java.lang | Object | Appendable, CharSequence |
protected class
AccessibleJSpinner (nested class in JSpinner) |
javax.swing | AccessibleJComponent | AccessibleValue, AccessibleAction, AccessibleText |
protected class
AccessibleProgressMonitor (nested class in ProgressMonitor) |
javax.swing | AccessibleContext | AccessibleText, ChangeListener, PropertyChangeListener |
public interface
AccessibleStreamable |
javax.accessibility | Object | none |
public class
AccountException |
javax.security.auth.login | LoginException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
AccountLockedException |
javax.security.auth.login | AccountException | none |
public class
AccountNotFoundException |
javax.security.auth.login | AccountException | none |
class
AndQueryExp |
javax.management | QueryEval | QueryExp |
public interface
AnnotatedElement |
java.lang.reflect | Object | none |
public interface
Annotation |
java.lang.annotation | Object | none |
public class
AnnotationFormatError |
java.lang.annotation | Error | none |
public class
AnnotationTypeMismatchException |
java.lang.annotation | RuntimeException | none |
public interface
Appendable |
java.lang | Object | none |
public class
ArrayBlockingQueue |
java.util.concurrent | AbstractQueue |
BlockingQueue |
public class
ArrayType |
javax.management.openmbean | OpenType | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
AtomicBoolean |
java.util.concurrent.atomic | Object | Serializable |
public class
AtomicInteger |
java.util.concurrent.atomic | Number | Serializable |
public class
AtomicIntegerArray |
java.util.concurrent.atomic | Object | Serializable |
public abstract class
AtomicIntegerFieldUpdater |
java.util.concurrent.atomic | Object | none |
public class
AtomicLong |
java.util.concurrent.atomic | Number | Serializable |
public class
AtomicLongArray |
java.util.concurrent.atomic | Object | Serializable |
public abstract class
AtomicLongFieldUpdater |
java.util.concurrent.atomic | Object | none |
public class
AtomicMarkableReference |
java.util.concurrent.atomic | Object | none |
public class
AtomicReference |
java.util.concurrent.atomic | Object | Serializable |
public class
AtomicReferenceArray |
java.util.concurrent.atomic | Object | Serializable |
(Modifier+Typ) Name | Package | extends | implements |
public abstract class
AtomicReferenceFieldUpdater |
java.util.concurrent.atomic | Object | none |
public class
AtomicStampedReference |
java.util.concurrent.atomic | Object | none |
public class
Attribute |
javax.management | Object | Serializable |
public class
AttributeChangeNotification |
javax.management | Notification | none |
public class
AttributeChangeNotificationFilter |
javax.management | Object | NotificationFilter, Serializable |
public class
AttributeList |
javax.management | ArrayList | none |
public class
AttributeNotFoundException |
javax.management | OperationsException | none |
public class
AttributeValueExp |
javax.management | Object | ValueExp |
public abstract class
AuthProvider |
java.security | Provider | none |
public class
AuthenticationException |
javax.security.sasl | SaslException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
AuthorizeCallback |
javax.security.sasl | Object | Callback, Serializable |
public final class
BAD_QOS |
org.omg.CORBA | SystemException | none |
public class
BadAttributeValueExpException |
javax.management | Exception | none |
public class
BadBinaryOpValueExpException |
javax.management | Exception | none |
public class
BadStringOperationException |
javax.management | Exception | none |
public class
BasicControl |
javax.naming.ldap | Object | Control |
private class
BasicMenuKeyListener |
javax.swing.plaf.basic | Object | MenuKeyListener |
class
BetweenQueryExp |
javax.management | QueryEval | QueryExp |
class
BinaryOpValueExp |
javax.management | QueryEval | ValueExp |
class
BinaryRelQueryExp |
javax.management | QueryEval | QueryExp |
(Modifier+Typ) Name | Package | extends | implements |
public interface
BlockingQueue |
java.util.concurrent | Queue |
none |
class
BooleanValueExp |
javax.management | QueryEval | ValueExp |
public class
BrokenBarrierException |
java.util.concurrent | Exception | none |
public static abstract class
Builder |
java.security | Object | none |
public final class
CODESET_INCOMPATIBLE |
org.omg.CORBA | SystemException | none |
public abstract class
CacheRequest |
java.net | Object | none |
public abstract class
CacheResponse |
java.net | Object | none |
public interface
Callable |
java.util.concurrent | Object | none |
public static class
CallbackHandlerProtection |
java.security | Object | ProtectionParameter |
public class
CancellationException |
java.util.concurrent | IllegalStateException | none |
(Modifier+Typ) Name | Package | extends | implements |
class
ClassAttributeValueExp |
javax.management | AttributeValueExp | none |
public final class
ClassDefinition |
java.lang.instrument | Object | none |
public interface
ClassFileTransformer |
java.lang.instrument | Object | none |
public interface
ClassLoaderRepository |
javax.management.loading | Object | none |
public interface
ClassLoadingMXBean |
java.lang.management | Object | none |
public interface
Closeable |
java.io | Object | none |
public final class
CodeSigner |
java.security | Object | Serializable |
public class
ColorType |
javax.swing.plaf.synth | Object | none |
public interface
CompilationMXBean |
java.lang.management | Object | none |
public interface
CompositeData |
javax.management.openmbean | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
CompositeDataSupport |
javax.management.openmbean | Object | CompositeData, Serializable |
public class
CompositeType |
javax.management.openmbean | OpenType | none |
public class
ConcurrentHashMap |
java.util.concurrent | AbstractMap |
ConcurrentMap |
public class
ConcurrentLinkedQueue |
java.util.concurrent | AbstractQueue |
Queue |
public interface
ConcurrentMap |
java.util.concurrent | Map |
none |
public interface
Condition |
java.util.concurrent.locks | Object | none |
public abstract class
CookieHandler |
java.net | Object | none |
public class
CopyOnWriteArrayList |
java.util.concurrent | Object | List |
public class
CopyOnWriteArraySet |
java.util.concurrent | AbstractSet |
Serializable |
public class
CountDownLatch |
java.util.concurrent | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
CounterMonitor |
javax.management.monitor | Monitor | CounterMonitorMBean |
public interface
CounterMonitorMBean |
javax.management.monitor | MonitorMBean | none |
public class
CredentialException |
javax.security.auth.login | LoginException | none |
public class
CredentialNotFoundException |
javax.security.auth.login | CredentialException | none |
public class
CyclicBarrier |
java.util.concurrent | Object | none |
public class
DatatypeConfigurationException |
javax.xml.datatype | Exception | none |
public final class
DatatypeConstants |
javax.xml.datatype | Object | none |
public abstract class
DatatypeFactory |
javax.xml.datatype | Object | none |
public class
DefaultLoaderRepository |
javax.management | Object | none |
public class
DelayQueue |
java.util.concurrent | AbstractQueue |
BlockingQueue |
(Modifier+Typ) Name | Package | extends | implements |
public interface
Delayed |
java.util.concurrent | Comparable |
none |
public interface
Deprecated |
java.lang | Object | none |
public interface
Descriptor |
javax.management | Serializable, Cloneable | none |
public interface
DescriptorAccess |
javax.management | Object | none |
public class
DescriptorSupport |
javax.management.modelmbean | Object | Descriptor |
public interface
Documented |
java.lang.annotation | Object | none |
public class
DuplicateFormatFlagsException |
java.util | IllegalFormatException | none |
public abstract class
Duration |
javax.xml.datatype | Object | none |
public interface
DynamicMBean |
javax.management | Object | none |
public interface
ECField |
java.security.spec | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
ECFieldF2m |
java.security.spec | Object | ECField |
public class
ECFieldFp |
java.security.spec | Object | ECField |
public class
ECGenParameterSpec |
java.security.spec | Object | AlgorithmParameterSpec |
public interface
ECKey |
java.security.interfaces | Object | none |
public class
ECParameterSpec |
java.security.spec | Object | AlgorithmParameterSpec |
public class
ECPoint |
java.security.spec | Object | none |
public interface
ECPrivateKey |
java.security.interfaces | PrivateKey, ECKey | none |
public class
ECPrivateKeySpec |
java.security.spec | Object | KeySpec |
public interface
ECPublicKey |
java.security.interfaces | PublicKey, ECKey | none |
public class
ECPublicKeySpec |
java.security.spec | Object | KeySpec |
(Modifier+Typ) Name | Package | extends | implements |
public class
EllipticCurve |
java.security.spec | Object | none |
public static interface
Entry |
java.security | Object | none |
public abstract class
Enum |
java.lang | Enum |
Comparable |
public class
EnumConstantNotPresentException |
java.lang | RuntimeException | none |
public class
EnumMap |
java.util | AbstractMap |
Serializable, Cloneable |
public abstract class
EnumSet |
java.util | AbstractSet |
Cloneable, Serializable |
public class
Exchanger |
java.util.concurrent | Object | none |
public class
ExecutionException |
java.util.concurrent | Exception | none |
public interface
Executor |
java.util.concurrent | Object | none |
public interface
ExecutorService |
java.util.concurrent | Executor | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
Executors |
java.util.concurrent | Object | none |
public class
FlavorEvent |
java.awt.datatransfer | EventObject | none |
public interface
FlavorListener |
java.awt.datatransfer | EventListener | none |
public interface
Flushable |
java.io | Object | none |
public class
FormSubmitEvent |
javax.swing.text.html | HTMLFrameHyperlinkEvent | none |
public class
FormatFlagsConversionMismatchException |
java.util | IllegalFormatException | none |
public interface
Formattable |
java.util | Object | none |
public class
FormattableFlags |
java.util | Object | none |
public final class
Formatter |
java.util | Object | Closeable, Flushable |
public class
FormatterClosedException |
java.util | IllegalStateException | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
Future |
java.util.concurrent | Object | none |
public class
FutureTask |
java.util.concurrent | Object | Future |
public interface
GarbageCollectorMXBean |
java.lang.management | MemoryManagerMXBean | none |
public class
GaugeMonitor |
javax.management.monitor | Monitor | GaugeMonitorMBean |
public interface
GaugeMonitorMBean |
javax.management.monitor | MonitorMBean | none |
public interface
GenericArrayType |
java.lang.reflect | Type | none |
public interface
GenericDeclaration |
java.lang.reflect | Object | none |
public class
HttpRetryException |
java.net | IOException | none |
public final class
INVALID_ACTIVITY |
org.omg.CORBA | SystemException | none |
public class
IllegalClassFormatException |
java.lang.instrument | Exception | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
IllegalFormatCodePointException |
java.util | IllegalFormatException | none |
public class
IllegalFormatConversionException |
java.util | IllegalFormatException | none |
public class
IllegalFormatException |
java.util | IllegalArgumentException | none |
public class
IllegalFormatFlagsException |
java.util | IllegalFormatException | none |
public class
IllegalFormatPrecisionException |
java.util | IllegalFormatException | none |
public class
IllegalFormatWidthException |
java.util | IllegalFormatException | none |
class
InQueryExp |
javax.management | QueryEval | QueryExp |
public class
IncompleteAnnotationException |
java.lang.annotation | RuntimeException | none |
public class
IndexedPropertyChangeEvent |
java.beans | PropertyChangeEvent | none |
public interface
Inherited |
java.lang.annotation | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
InputMismatchException |
java.util | NoSuchElementException | none |
public class
InstanceAlreadyExistsException |
javax.management | OperationsException | none |
public class
InstanceNotFoundException |
javax.management | OperationsException | none |
public interface
Instrumentation |
java.lang.instrument | Object | none |
public class
IntrospectionException |
javax.management | OperationsException | none |
public class
InvalidApplicationException |
javax.management | Exception | none |
public class
InvalidAttributeValueException |
javax.management | OperationsException | none |
public class
InvalidKeyException |
javax.management.openmbean | IllegalArgumentException | none |
public class
InvalidOpenTypeException |
javax.management.openmbean | IllegalArgumentException | none |
public class
InvalidPropertiesFormatException |
java.util | IOException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
InvalidRelationIdException |
javax.management.relation | RelationException | none |
public class
InvalidRelationServiceException |
javax.management.relation | RelationException | none |
public class
InvalidRelationTypeException |
javax.management.relation | RelationException | none |
public class
InvalidRoleInfoException |
javax.management.relation | RelationException | none |
public class
InvalidRoleValueException |
javax.management.relation | RelationException | none |
public class
InvalidTargetObjectTypeException |
javax.management.modelmbean | Exception | none |
public class
JMException |
javax.management | Exception | none |
public class
JMRuntimeException |
javax.management | RuntimeException | none |
public interface
JMXAuthenticator |
javax.management.remote | Object | none |
public class
JMXConnectionNotification |
javax.management.remote | Notification | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
JMXConnector |
javax.management.remote | Object | none |
public class
JMXConnectorFactory |
javax.management.remote | Object | none |
public interface
JMXConnectorProvider |
javax.management.remote | Object | none |
public abstract class
JMXConnectorServer |
javax.management.remote | NotificationBroadcasterSupport | none |
public class
JMXConnectorServerFactory |
javax.management.remote | Object | none |
public interface
JMXConnectorServerMBean |
javax.management.remote | Object | none |
public interface
JMXConnectorServerProvider |
javax.management.remote | Object | none |
public class
JMXPrincipal |
javax.management.remote | Object | Principal, Serializable |
public class
JMXProviderException |
javax.management.remote | IOException | none |
public class
JMXServerErrorException |
javax.management.remote | IOException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
JMXServiceURL |
javax.management.remote | Object | Serializable |
class
JumboEnumSet |
java.util | Enum |
none |
public class
KeyAlreadyExistsException |
javax.management.openmbean | IllegalArgumentException | none |
public class
KeyRep |
java.security | Object | Serializable |
public class
LdapName |
javax.naming.ldap | Object | Name |
public class
LinkedBlockingQueue |
java.util.concurrent | AbstractQueue |
BlockingQueue |
public class
ListenerNotFoundException |
javax.management | OperationsException | none |
public static interface
LoadStoreParameter |
java.security | Object | none |
public interface
Lock |
java.util.concurrent.locks | Object | none |
class
Logging |
java.util.logging | MXBeanSupport | LoggingMXBean |
(Modifier+Typ) Name | Package | extends | implements |
public interface
LoggingMXBean |
java.util.logging | Object | none |
public class
MBeanAttributeInfo |
javax.management | MBeanFeatureInfo | Serializable, Cloneable |
public class
MBeanConstructorInfo |
javax.management | MBeanFeatureInfo | Serializable, Cloneable |
public class
MBeanException |
javax.management | JMException | none |
public class
MBeanFeatureInfo |
javax.management | Object | Serializable |
public class
MBeanInfo |
javax.management | Object | Cloneable, Serializable |
public class
MBeanNotificationInfo |
javax.management | MBeanFeatureInfo | Cloneable, Serializable |
public class
MBeanOperationInfo |
javax.management | MBeanFeatureInfo | Serializable, Cloneable |
public class
MBeanParameterInfo |
javax.management | MBeanFeatureInfo | Serializable, Cloneable |
public class
MBeanPermission |
javax.management | Permission | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
MBeanRegistration |
javax.management | Object | none |
public class
MBeanRegistrationException |
javax.management | MBeanException | none |
public interface
MBeanServer |
javax.management | MBeanServerConnection | none |
public class
MBeanServerBuilder |
javax.management | Object | none |
public interface
MBeanServerConnection |
javax.management | Object | none |
public class
MBeanServerDelegate |
javax.management | Object | MBeanServerDelegateMBean, NotificationEmitter |
public interface
MBeanServerDelegateMBean |
javax.management | Object | none |
public class
MBeanServerFactory |
javax.management | Object | none |
public interface
MBeanServerForwarder |
javax.management.remote | MBeanServer | none |
public class
MBeanServerInvocationHandler |
javax.management | Object | InvocationHandler |
(Modifier+Typ) Name | Package | extends | implements |
public class
MBeanServerNotification |
javax.management | Notification | none |
public class
MBeanServerNotificationFilter |
javax.management.relation | NotificationFilterSupport | none |
public class
MBeanServerPermission |
javax.management | BasicPermission | none |
public class
MBeanTrustPermission |
javax.management | BasicPermission | none |
public class
MGF1ParameterSpec |
java.security.spec | Object | AlgorithmParameterSpec |
public class
MLet |
javax.management.loading | URLClassLoader | MLetMBean, MBeanRegistration, Externalizable |
class
MLetContent |
javax.management.loading | Object | none |
public interface
MLetMBean |
javax.management.loading | Object | none |
class
MLetObjectInputStream |
javax.management.loading | ObjectInputStream | none |
class
MLetParser |
javax.management.loading | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
MalformedObjectNameException |
javax.management | OperationsException | none |
public final class
ManageReferralControl |
javax.naming.ldap | BasicControl | none |
public class
ManagementFactory |
java.lang.management | Object | none |
public final class
ManagementPermission |
java.lang.management | BasicPermission | none |
class
MatchQueryExp |
javax.management | QueryEval | QueryExp |
public interface
MatchResult |
java.util.regex | Object | none |
public interface
MemoryMXBean |
java.lang.management | Object | none |
public interface
MemoryManagerMXBean |
java.lang.management | Object | none |
public class
MemoryNotificationInfo |
java.lang.management | Object | none |
public interface
MemoryPoolMXBean |
java.lang.management | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
MemoryUsage |
java.lang.management | Object | none |
public class
MetalMenuBarUI |
javax.swing.plaf.metal | BasicMenuBarUI | none |
public class
MissingFormatArgumentException |
java.util | IllegalFormatException | none |
public class
MissingFormatWidthException |
java.util | IllegalFormatException | none |
public interface
ModelMBean |
javax.management.modelmbean | DynamicMBean, | none |
public class
ModelMBeanAttributeInfo |
javax.management.modelmbean | MBeanAttributeInfo | DescriptorAccess, Cloneable |
public class
ModelMBeanConstructorInfo |
javax.management.modelmbean | MBeanConstructorInfo | DescriptorAccess, Cloneable |
public interface
ModelMBeanInfo |
javax.management.modelmbean | Object | none |
public class
ModelMBeanInfoSupport |
javax.management.modelmbean | MBeanInfo | ModelMBeanInfo, Serializable |
public interface
ModelMBeanNotificationBroadcaster |
javax.management.modelmbean | NotificationBroadcaster | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
ModelMBeanOperationInfo |
javax.management.modelmbean | MBeanOperationInfo | DescriptorAccess |
public abstract class
Monitor |
javax.management.monitor | NotificationBroadcasterSupport | none |
public interface
MonitorMBean |
javax.management.monitor | Object | none |
public class
MonitorNotification |
javax.management.monitor | Notification | none |
public class
MonitorSettingException |
javax.management.monitor | JMRuntimeException | none |
public class
MouseInfo |
java.awt | Object | none |
public interface
NamespaceContext |
javax.xml.namespace | Object | none |
public class
NotCompliantMBeanException |
javax.management | OperationsException | none |
class
NotQueryExp |
javax.management | QueryEval | QueryExp |
public class
Notification |
javax.management | EventObject | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
NotificationBroadcaster |
javax.management | Object | none |
public class
NotificationBroadcasterSupport |
javax.management | Object | NotificationEmitter |
public interface
NotificationEmitter |
javax.management | NotificationBroadcaster | none |
public interface
NotificationFilter |
javax.management | Serializable | none |
public class
NotificationFilterSupport |
javax.management | Object | NotificationFilter, Serializable |
public interface
NotificationListener |
javax.management | EventListener | none |
public class
NotificationResult |
javax.management.remote | Object | Serializable |
class
NumericValueExp |
javax.management | QueryEval | ValueExp |
public class
ObjectInstance |
javax.management | Object | Serializable |
public class
ObjectName |
javax.management | Object | QueryExp, Serializable |
(Modifier+Typ) Name | Package | extends | implements |
public class
OceanTheme |
javax.swing.plaf.metal | DefaultMetalTheme | none |
public class
OpenDataException |
javax.management.openmbean | JMException | none |
public interface
OpenMBeanAttributeInfo |
javax.management.openmbean | OpenMBeanParameterInfo | none |
public class
OpenMBeanAttributeInfoSupport |
javax.management.openmbean | MBeanAttributeInfo | none |
public interface
OpenMBeanConstructorInfo |
javax.management.openmbean | Object | none |
public class
OpenMBeanConstructorInfoSupport |
javax.management.openmbean | MBeanConstructorInfo | none |
public interface
OpenMBeanInfo |
javax.management.openmbean | Object | none |
public class
OpenMBeanInfoSupport |
javax.management.openmbean | MBeanInfo | none |
public interface
OpenMBeanOperationInfo |
javax.management.openmbean | Object | none |
public class
OpenMBeanOperationInfoSupport |
javax.management.openmbean | MBeanOperationInfo | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
OpenMBeanParameterInfo |
javax.management.openmbean | Object | none |
public class
OpenMBeanParameterInfoSupport |
javax.management.openmbean | MBeanParameterInfo | none |
public abstract class
OpenType |
javax.management.openmbean | Object | Serializable |
public interface
OperatingSystemMXBean |
java.lang.management | Object | none |
public class
OperationsException |
javax.management | JMException | none |
class
OrQueryExp |
javax.management | QueryEval | QueryExp |
public interface
Override |
java.lang | Object | none |
public abstract class
Pack200 |
java.util.jar | Object | none |
public final class
PagedResultsControl |
javax.naming.ldap | BasicControl | none |
public final class
PagedResultsResponseControl |
javax.naming.ldap | BasicControl | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
ParameterizedType |
java.lang.reflect | Type | none |
public static class
PasswordProtection |
java.security | Object | ProtectionParameter, Destroyable |
public interface
PersistentMBean |
javax.management | Object | none |
public class
PointerInfo |
java.awt | Object | none |
public class
PriorityBlockingQueue |
java.util.concurrent | AbstractQueue |
BlockingQueue |
public class
PriorityQueue |
java.util | AbstractQueue |
Serializable |
public static final class
PrivateKeyEntry |
java.security | Object | Entry |
public class
PrivateMLet |
javax.management.loading | MLet | PrivateClassLoader |
public final class
ProcessBuilder |
java.lang | Object | none |
final class
ProcessEnvironment |
java.lang | HashMap |
none |
(Modifier+Typ) Name | Package | extends | implements |
final class
ProcessImpl |
java.lang | Process | none |
public static interface
ProtectionParameter |
java.security | Object | none |
public class
Proxy |
java.net | Object | none |
public abstract class
ProxySelector |
java.net | Object | none |
public class
QName |
javax.xml.namespace | Object | Serializable |
class
QualifiedAttributeValueExp |
javax.management | AttributeValueExp | none |
public class
Query |
javax.management | Object | none |
public abstract class
QueryEval |
javax.management | Object | Serializable |
public interface
QueryExp |
javax.management | Serializable | none |
public interface
Queue |
java.util | Collection |
none |
(Modifier+Typ) Name | Package | extends | implements |
public final class
REBIND |
org.omg.CORBA | SystemException | none |
public interface
RMIConnection |
javax.management.remote.rmi | Remote | none |
public class
RMIConnectionImpl |
javax.management.remote.rmi | Object | RMIConnection, Unreferenced |
public class
RMIConnector |
javax.management.remote.rmi | Object | JMXConnector, Serializable |
public class
RMIConnectorServer |
javax.management.remote.rmi | JMXConnectorServer | none |
public class
RMIIIOPServerImpl |
javax.management.remote.rmi | RMIServerImpl | none |
public class
RMIJRMPServerImpl |
javax.management.remote.rmi | RMIServerImpl | none |
public interface
RMIServer |
javax.management.remote.rmi | Remote | none |
public abstract class
RMIServerImpl |
javax.management.remote.rmi | Object | RMIServer |
public class
Rdn |
javax.naming.ldap | Object | Serializable, Comparable |
(Modifier+Typ) Name | Package | extends | implements |
public interface
ReadWriteLock |
java.util.concurrent.locks | Object | none |
public interface
Readable |
java.lang | Object | none |
public class
RealmCallback |
javax.security.sasl | TextInputCallback | none |
public class
RealmChoiceCallback |
javax.security.sasl | ChoiceCallback | none |
public class
ReentrantLock |
java.util.concurrent.locks | Object | Lock, Serializable |
public class
ReentrantReadWriteLock |
java.util.concurrent.locks | Object | ReadWriteLock, Serializable |
public class
ReflectionException |
javax.management | JMException | none |
public class
Region |
javax.swing.plaf.synth | Object | none |
class
RegularEnumSet |
java.util | Enum |
none |
public class
RejectedExecutionException |
java.util.concurrent | RuntimeException | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
RejectedExecutionHandler |
java.util.concurrent | Object | none |
public interface
Relation |
javax.management.relation | Object | none |
public class
RelationException |
javax.management.relation | JMException | none |
public class
RelationNotFoundException |
javax.management.relation | RelationException | none |
public class
RelationNotification |
javax.management.relation | Notification | none |
public class
RelationService |
javax.management.relation | NotificationBroadcasterSupport | RelationServiceMBean, MBeanRegistration, NotificationListener |
public interface
RelationServiceMBean |
javax.management.relation | Object | none |
public class
RelationServiceNotRegisteredException |
javax.management.relation | RelationException | none |
public class
RelationSupport |
javax.management.relation | Object | RelationSupportMBean, MBeanRegistration |
public interface
RelationSupportMBean |
javax.management.relation | Relation | none |
(Modifier+Typ) Name | Package | extends | implements |
public interface
RelationType |
javax.management.relation | Serializable | none |
public class
RelationTypeNotFoundException |
javax.management.relation | RelationException | none |
public class
RelationTypeSupport |
javax.management.relation | Object | RelationType |
public class
RemoteObjectInvocationHandler |
java.rmi.server | RemoteObject | none |
public class
RequiredModelMBean |
javax.management.modelmbean | Object | ModelMBean, MBeanRegistration, NotificationEmitter |
public abstract class
ResponseCache |
java.net | Object | none |
public interface
Retention |
java.lang.annotation | Object | none |
public class
Role |
javax.management.relation | Object | Serializable |
public class
RoleInfo |
javax.management.relation | Object | Serializable |
public class
RoleInfoNotFoundException |
javax.management.relation | RelationException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
RoleList |
javax.management.relation | ArrayList | none |
public class
RoleNotFoundException |
javax.management.relation | RelationException | none |
public class
RoleResult |
javax.management.relation | Object | Serializable |
public class
RoleStatus |
javax.management.relation | Object | none |
public class
RoleUnresolved |
javax.management.relation | Object | Serializable |
public class
RoleUnresolvedList |
javax.management.relation | ArrayList | none |
public class
RuntimeErrorException |
javax.management | JMRuntimeException | none |
public class
RuntimeMBeanException |
javax.management | JMRuntimeException | none |
public interface
RuntimeMXBean |
java.lang.management | Object | none |
public class
RuntimeOperationsException |
javax.management | JMRuntimeException | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
Sasl |
javax.security.sasl | Object | none |
public interface
SaslClient |
javax.security.sasl | Object | none |
public interface
SaslClientFactory |
javax.security.sasl | Object | none |
public class
SaslException |
javax.security.sasl | IOException | none |
public interface
SaslServer |
javax.security.sasl | Object | none |
public interface
SaslServerFactory |
javax.security.sasl | Object | none |
public final class
Scanner |
java.util | Object | Iterator |
public interface
ScheduledExecutorService |
java.util.concurrent | ExecutorService | none |
public interface
ScheduledFuture |
java.util.concurrent | Delayed, Future |
none |
public class
ScheduledThreadPoolExecutor |
java.util.concurrent | ThreadPoolExecutor | none |
(Modifier+Typ) Name | Package | extends | implements |
public abstract class
Schema |
javax.xml.validation | Object | none |
public abstract class
SchemaFactory |
javax.xml.validation | Object | none |
class
SchemaFactoryFinder |
javax.xml.validation | Object | none |
public abstract class
SchemaFactoryLoader |
javax.xml.validation | Object | none |
public static final class
SecretKeyEntry |
java.security | Object | Entry |
public abstract class
SecureCacheResponse |
java.net | CacheResponse | none |
public class
Semaphore |
java.util.concurrent | Object | Serializable |
public static class
Service |
java.security | Object | none |
public class
ServiceNotFoundException |
javax.management | OperationsException | none |
public final class
SimpleType |
javax.management.openmbean | OpenType | none |
(Modifier+Typ) Name | Package | extends | implements |
public final class
SortControl |
javax.naming.ldap | BasicControl | none |
public class
SortKey |
javax.naming.ldap | Object | none |
public final class
SortResponseControl |
javax.naming.ldap | BasicControl | none |
public class
SslRMIClientSocketFactory |
javax.rmi.ssl | Object | RMIClientSocketFactory, Serializable |
public class
SslRMIServerSocketFactory |
javax.rmi.ssl | Object | RMIServerSocketFactory |
public class
StandardMBean |
javax.management | Object | DynamicMBean |
public final class
StringBuilder |
java.lang | AbstractStringBuilder | none |
public class
StringMonitor |
javax.management.monitor | Monitor | StringMonitorMBean |
public interface
StringMonitorMBean |
javax.management.monitor | MonitorMBean | none |
public class
StringValueExp |
javax.management | Object | ValueExp |
(Modifier+Typ) Name | Package | extends | implements |
public final class
SubjectDelegationPermission |
javax.management.remote | BasicPermission | none |
public interface
SuppressWarnings |
java.lang | Object | none |
public class
SynchronousQueue |
java.util.concurrent | AbstractQueue |
BlockingQueue |
public interface
SynthConstants |
javax.swing.plaf.synth | Object | none |
public class
SynthContext |
javax.swing.plaf.synth | Object | none |
public class
SynthGraphicsUtils |
javax.swing.plaf.synth | Object | none |
public class
SynthLookAndFeel |
javax.swing.plaf.synth | BasicLookAndFeel | none |
public abstract class
SynthPainter |
javax.swing.plaf.synth | Object | none |
public abstract class
SynthStyle |
javax.swing.plaf.synth | Object | none |
public abstract class
SynthStyleFactory |
javax.swing.plaf.synth | Object | none |
(Modifier+Typ) Name | Package | extends | implements |
public final class
TIMEOUT |
org.omg.CORBA | SystemException | none |
public interface
TabularData |
javax.management.openmbean | Map*/ | none |
public class
TabularDataSupport |
javax.management.openmbean | Object | TabularData, Map, Cloneable, Serializable |
public class
TabularType |
javax.management.openmbean | OpenType | none |
public class
TargetedNotification |
javax.management.remote | Object | Serializable |
public interface
ThreadFactory |
java.util.concurrent | Object | none |
public class
ThreadInfo |
java.lang.management | Object | none |
public interface
ThreadMXBean |
java.lang.management | Object | none |
public class
ThreadPoolExecutor |
java.util.concurrent | AbstractExecutorService | none |
public class
TimeoutException |
java.util.concurrent | Exception | none |
(Modifier+Typ) Name | Package | extends | implements |
public class
Timer |
javax.management.timer | NotificationBroadcasterSupport | TimerMBean, MBeanRegistration |
public class
TimerAlarmClockNotification |
javax.management.timer | Notification | none |
public interface
TimerMBean |
javax.management.timer | Object | none |
public class
TimerNotification |
javax.management.timer | Notification | none |
public final class
Timestamp |
java.security | Object | Serializable |
public static final class
TrustedCertificateEntry |
java.security | Object | Entry |
public interface
Type |
java.lang.reflect | Object | none |
public abstract class
TypeInfoProvider |
javax.xml.validation | Object | none |
public class
TypeNotPresentException |
java.lang | RuntimeException | none |
public interface
TypeVariable |
java.lang.reflect | GenericDeclaration> extends Type | none |
(Modifier+Typ) Name | Package | extends | implements |
public final class
UUID |
java.util | Object | Serializable, Comparable |
public interface
UncaughtExceptionHandler |
java.lang | Object | none |
public class
UnknownFormatConversionException |
java.util | IllegalFormatException | none |
public class
UnknownFormatFlagsException |
java.util | IllegalFormatException | none |
public class
UnmodifiableClassException |
java.lang.instrument | Exception | none |
public class
UnrecoverableEntryException |
java.security | GeneralSecurityException | none |
public abstract class
Validator |
javax.xml.validation | Object | none |
public abstract class
ValidatorHandler |
javax.xml.validation | Object | ContentHandler |
public interface
ValueExp |
javax.management | Serializable | none |
public interface
WildcardType |
java.lang.reflect | Type | none |
(Modifier+Typ) Name | Package | extends | implements |
public final class
XMLConstants |
javax.xml | Object | none |
public abstract class
XMLGregorianCalendar |
javax.xml.datatype | Object | Cloneable |
public class
XMLParseException |
javax.management.modelmbean | Exception | none |
public interface
XPath |
javax.xml.xpath | Object | none |
public class
XPathConstants |
javax.xml.xpath | Object | none |
public class
XPathException |
javax.xml.xpath | Exception | none |
public interface
XPathExpression |
javax.xml.xpath | Object | none |
public class
XPathExpressionException |
javax.xml.xpath | XPathException | none |
public abstract class
XPathFactory |
javax.xml.xpath | Object | none |
public class
XPathFactoryConfigurationException |
javax.xml.xpath | XPathException | none |
(Modifier+Typ) Name | Package | extends | implements |
class
XPathFactoryFinder |
javax.xml.xpath | Object | none |
public interface
XPathFunction |
javax.xml.xpath | Object | none |
public class
XPathFunctionException |
javax.xml.xpath | XPathExpressionException | none |
public interface
XPathFunctionResolver |
javax.xml.xpath | Object | none |
public interface
XPathVariableResolver |
javax.xml.xpath | Object | none |