|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Override | |
---|---|
java.security | Provides the classes and interfaces for the security framework. |
javax.lang.model.util | Utilities to assist in the processing of program elements and types. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
javax.management.monitor | Provides the definition of the monitor classes. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. |
javax.swing.plaf.synth | Synth is a skinnable look and feel in which all painting is delegated. |
javax.tools | Provides interfaces for tools which can be invoked from a program, for example, compilers. |
javax.xml.bind | Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. |
Uses of Override in java.security |
---|
Methods in java.security with annotations of type Override | |
---|---|
String |
ProtectionDomain.toString()
Convert a ProtectionDomain to a String. |
Uses of Override in javax.lang.model.util |
---|
Methods in javax.lang.model.util with annotations of type Override | |
---|---|
R |
ElementKindVisitor6.visitExecutable(ExecutableElement e,
P p)
Visits an executable element, dispatching to the visit method for the specific kind of executable, CONSTRUCTOR , INSTANCE_INIT , METHOD , or
STATIC_INIT . |
R |
TypeKindVisitor6.visitNoType(NoType t,
P p)
Visits a NoType instance, dispatching to the visit method for
the specific kind of pseudo-type:
VOID , PACKAGE , or NONE . |
R |
ElementKindVisitor6.visitPackage(PackageElement e,
P p)
Visits a package element. |
R |
TypeKindVisitor6.visitPrimitive(PrimitiveType t,
P p)
Visits a primitive type, dispatching to the visit method for the specific kind of primitive type: BOOLEAN , BYTE , etc. |
R |
ElementKindVisitor6.visitType(TypeElement e,
P p)
Visits a type element, dispatching to the visit method for the specific kind of type, ANNOTATION_TYPE , CLASS , ENUM , or INTERFACE . |
R |
ElementKindVisitor6.visitTypeParameter(TypeParameterElement e,
P p)
Visits a type parameter element. |
R |
ElementKindVisitor6.visitVariable(VariableElement e,
P p)
Visits a variable element, dispatching to the visit method for the specific kind of variable, ENUM_CONSTANT , EXCEPTION_PARAMETER , FIELD ,
LOCAL_VARIABLE , or PARAMETER . |
Uses of Override in javax.management |
---|
Methods in javax.management with annotations of type Override | |
---|---|
void |
AttributeList.add(int index,
Object element)
|
boolean |
AttributeList.add(Object o)
|
boolean |
AttributeList.addAll(Collection<?> c)
|
boolean |
AttributeList.addAll(int index,
Collection<?> c)
|
boolean |
ObjectName.equals(Object object)
Compares the current object name with another object name. |
int |
ObjectName.hashCode()
Returns a hash code for this object name. |
Object |
AttributeList.set(int index,
Object element)
|
Uses of Override in javax.management.modelmbean |
---|
Methods in javax.management.modelmbean with annotations of type Override | |
---|---|
Descriptor |
ModelMBeanInfoSupport.getDescriptor()
|
Uses of Override in javax.management.monitor |
---|
Methods in javax.management.monitor with annotations of type Override | |
---|---|
String |
StringMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise. |
Number |
GaugeMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise. |
Number |
CounterMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise. |
long |
StringMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise. |
long |
GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise. |
long |
CounterMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise. |
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
Returns a NotificationInfo object containing the name of
the Java class of the notification and the notification types sent by
the string monitor. |
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
Returns a NotificationInfo object containing the
name of the Java class of the notification and the notification
types sent by the gauge monitor. |
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
Returns a NotificationInfo object containing the
name of the Java class of the notification and the notification
types sent by the counter monitor. |
Uses of Override in javax.management.relation |
---|
Methods in javax.management.relation with annotations of type Override | |
---|---|
void |
RoleUnresolvedList.add(int index,
Object element)
|
void |
RoleList.add(int index,
Object element)
|
boolean |
RoleUnresolvedList.add(Object o)
|
boolean |
RoleList.add(Object o)
|
boolean |
RoleUnresolvedList.addAll(Collection<?> c)
|
boolean |
RoleList.addAll(Collection<?> c)
|
boolean |
RoleUnresolvedList.addAll(int index,
Collection<?> c)
|
boolean |
RoleList.addAll(int index,
Collection<?> c)
|
Object |
RoleUnresolvedList.set(int index,
Object element)
|
Object |
RoleList.set(int index,
Object element)
|
Uses of Override in javax.management.remote.rmi |
---|
Methods in javax.management.remote.rmi with annotations of type Override | |
---|---|
String |
RMIConnectionImpl.toString()
Returns a string representation of this object. |
Uses of Override in javax.swing.plaf.synth |
---|
Methods in javax.swing.plaf.synth with annotations of type Override | |
---|---|
String |
Region.toString()
Returns the name of the Region. |
Uses of Override in javax.tools |
---|
Methods in javax.tools with annotations of type Override | |
---|---|
String |
SimpleJavaFileObject.toString()
|
Uses of Override in javax.xml.bind |
---|
Methods in javax.xml.bind with annotations of type Override | |
---|---|
Throwable |
JAXBException.getCause()
|
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.