|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Integer | |
---|---|
java.awt.font | Provides classes and interface relating to fonts. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.management.remote | Interfaces for remote access to JMX MBean servers. |
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.management.timer | Provides the definition of the Timer MBean. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
Uses of Integer in java.awt.font |
---|
Fields in java.awt.font declared as Integer | |
---|---|
static Integer |
TextAttribute.SUPERSCRIPT_SUB
Standard subscript. |
static Integer |
TextAttribute.SUPERSCRIPT_SUPER
Standard superscript. |
static Integer |
TextAttribute.UNDERLINE_LOW_DASHED
Single pixel dashed low underline. |
static Integer |
TextAttribute.UNDERLINE_LOW_DOTTED
Single pixel dotted low underline. |
static Integer |
TextAttribute.UNDERLINE_LOW_GRAY
Double pixel gray low underline. |
static Integer |
TextAttribute.UNDERLINE_LOW_ONE_PIXEL
Single pixel solid low underline. |
static Integer |
TextAttribute.UNDERLINE_LOW_TWO_PIXEL
Double pixel solid low underline. |
static Integer |
TextAttribute.UNDERLINE_ON
Standard underline at the roman baseline for roman text, and below the decenders for other text. |
Uses of Integer in java.lang |
---|
Fields in java.lang with type parameters of type Integer | |
---|---|
static Class<Integer> |
Integer.TYPE
The Class instance representing the primitive type
int . |
Methods in java.lang that return Integer | |
---|---|
static Integer |
Integer.decode(String nm)
Decodes a String into an Integer . |
static Integer |
Integer.getInteger(String nm)
Determines the integer value of the system property with the specified name. |
static Integer |
Integer.getInteger(String nm,
int val)
Determines the integer value of the system property with the specified name. |
static Integer |
Integer.getInteger(String nm,
Integer val)
Returns the integer value of the system property with the specified name. |
static Integer |
Integer.valueOf(int i)
Returns a Integer instance representing the specified int value. |
static Integer |
Integer.valueOf(String s)
Returns an Integer object holding the
value of the specified String . |
static Integer |
Integer.valueOf(String s,
int radix)
Returns an Integer object holding the value
extracted from the specified String when parsed
with the radix given by the second argument. |
Methods in java.lang with parameters of type Integer | |
---|---|
int |
Integer.compareTo(Integer anotherInteger)
Compares two Integer objects numerically. |
static Integer |
Integer.getInteger(String nm,
Integer val)
Returns the integer value of the system property with the specified name. |
Uses of Integer in javax.management |
---|
Methods in javax.management that return Integer | |
---|---|
Integer |
MBeanServer.getMBeanCount()
Returns the number of MBeans registered in the MBean server. |
Integer |
MBeanServerConnection.getMBeanCount()
Returns the number of MBeans registered in the MBean server. |
Uses of Integer in javax.management.relation |
---|
Methods in javax.management.relation that return Integer | |
---|---|
Integer |
RelationService.checkRoleReading(String theRoleName,
String theRelTypeName)
Checks if given Role can be read in a relation of the given type. |
Integer |
RelationServiceMBean.checkRoleReading(String theRoleName,
String theRelTypeName)
Checks if given Role can be read in a relation of the given type. |
Integer |
RelationService.checkRoleWriting(Role theRole,
String theRelTypeName,
Boolean theInitFlg)
Checks if given Role can be set in a relation of given type. |
Integer |
RelationServiceMBean.checkRoleWriting(Role theRole,
String theRelTypeName,
Boolean theInitFlg)
Checks if given Role can be set in a relation of given type. |
Integer |
RelationSupport.getRoleCardinality(String theRoleName)
Returns the number of MBeans currently referenced in the given role. |
Integer |
Relation.getRoleCardinality(String theRoleName)
Returns the number of MBeans currently referenced in the given role. |
Integer |
RelationService.getRoleCardinality(String theRelId,
String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
Integer |
RelationServiceMBean.getRoleCardinality(String theRelId,
String theRoleName)
Retrieves the number of MBeans currently referenced in the given role. |
Uses of Integer in javax.management.remote |
---|
Methods in javax.management.remote that return Integer | |
---|---|
Integer |
TargetedNotification.getListenerID()
The ID of the listener to which the notification is targeted. |
Constructors in javax.management.remote with parameters of type Integer | |
---|---|
TargetedNotification(Notification notification,
Integer listenerID)
Constructs a TargetedNotification object. |
Uses of Integer in javax.management.remote.rmi |
---|
Methods in javax.management.remote.rmi that return Integer | |
---|---|
Integer[] |
RMIConnectionImpl_Stub.addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1,
MarshalledObject[] $param_arrayOf_MarshalledObject_2,
Subject[] $param_arrayOf_Subject_3)
|
Integer[] |
RMIConnectionImpl.addNotificationListeners(ObjectName[] names,
MarshalledObject[] filters,
Subject[] delegationSubjects)
|
Integer[] |
RMIConnection.addNotificationListeners(ObjectName[] names,
MarshalledObject[] filters,
Subject[] delegationSubjects)
Handles the method MBeanServerConnection.addNotificationListener(ObjectName,
NotificationListener, NotificationFilter, Object) . |
Integer |
RMIConnectionImpl_Stub.getMBeanCount(Subject $param_Subject_1)
|
Integer |
RMIConnectionImpl.getMBeanCount(Subject delegationSubject)
|
Integer |
RMIConnection.getMBeanCount(Subject delegationSubject)
Handles the method MBeanServerConnection.getMBeanCount() . |
Methods in javax.management.remote.rmi with parameters of type Integer | |
---|---|
void |
RMIConnectionImpl_Stub.removeNotificationListeners(ObjectName $param_ObjectName_1,
Integer[] $param_arrayOf_Integer_2,
Subject $param_Subject_3)
|
void |
RMIConnectionImpl.removeNotificationListeners(ObjectName name,
Integer[] listenerIDs,
Subject delegationSubject)
|
void |
RMIConnection.removeNotificationListeners(ObjectName name,
Integer[] listenerIDs,
Subject delegationSubject)
Handles the removeNotificationListener(ObjectName, NotificationListener) and
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) methods. |
Uses of Integer in javax.management.timer |
---|
Methods in javax.management.timer that return Integer | |
---|---|
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date
and a null period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date
and a null period and number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date
and period and a null number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date
and period and a null number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
TimerMBean.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences,
boolean fixedRate)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
Timer.addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences,
boolean fixedRate)
Creates a new timer notification with the specified type , message
and userData and inserts it into the list of notifications with a given date,
period and number of occurrences. |
Integer |
TimerNotification. |