Searched refs:OPENED (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectionNotification.java85 public static final String OPENED = "jmx.remote.connection.opened"; field in class:JMXConnectionNotification
124 * of the constants {@link #OPENED}, {@link #CLOSED}, {@link
H A DJMXConnectorServer.java194 JMXConnectionNotification.OPENED,
211 * JMXConnectionNotification#OPENED}.</p>
239 sendNotification(JMXConnectionNotification.OPENED, connectionId,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DServerNotifs.java166 new String[] {JMXConnectionNotification.OPENED,
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java144 skin.paintSkin(g, x, y, State.OPENED);
H A DTMSchema.java270 OPENED, enum constant in enum:TMSchema.State
367 stateMap.put(Part.TVP_GLYPH, new State[] { CLOSED, OPENED });
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java146 JMXConnectionNotification.OPENED);
174 JMXConnectionNotification.OPENED);
/openjdk7/jdk/src/share/classes/java/awt/
H A DDialog.java967 if (retval && (state & OPENED) == 0) {
969 state |= OPENED;
H A DWindow.java231 static final int OPENED = 0x01; field in class:Window
1065 if ((state & OPENED) == 0) {
1067 state |= OPENED;
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java338 new JMXConnectionNotification(JMXConnectionNotification.OPENED,
1640 new JMXConnectionNotification(JMXConnectionNotification.OPENED,

Completed in 45 milliseconds