Searched defs:mType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DMBeanListener.java53 private final String mType; field in class:MBeanListener
56 /** mType and mName should be null if mObjectName is non-null, and vice versa */
65 return "MBeanListener: ObjectName=" + mObjectName + ", type=" + mType + ", name=" + mName;
70 return mType;
168 mType = null;
207 mType = type;
253 String props = TYPE_KEY + "=" + mType;
305 if ( mType != null && mType.equals(objectName.getKeyProperty(TYPE_KEY)) )
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java575 MediaType mType = unMapMedia((MediaSizeName)msn);
577 if (mType != null) {
578 pageAttributes.setMedia(mType);
1080 private static int[] getSize(MediaType mType) { argument
1086 if (SIZES[i] == mType) {
1095 public static MediaSizeName mapMedia(MediaType mType) { argument
1103 if (SIZES[i] == mType) {

Completed in 33 milliseconds