Searched defs:info (Results 51 - 75 of 292) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DErrorReceiverImpl.java72 public void info(SAXParseException exception) { method in class:ErrorReceiverImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiver.java116 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; method in class:ErrorReceiver
121 * @see #info(SAXParseException)
124 info( new SAXParseException(msg,null) );
H A DErrorReceiverFilter.java63 public void info(SAXParseException exception) { method in class:ErrorReceiverFilter
64 if(core!=null) core.info(exception);
H A DWsimportListener.java72 public void info(SAXParseException exception) { method in class:WsimportListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DErrorReceiver.java117 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; method in class:ErrorReceiver
122 * @see #info(SAXParseException)
125 info( new SAXParseException(msg,null) );
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSunJSSE.java62 private static String info = "Sun JSSE provider" + field in class:SunJSSE
106 super("SunJSSE", 1.7d, info);
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java43 private MemoryNotifInfoCompositeData(MemoryNotificationInfo info) { argument
44 this.memoryNotifInfo = info;
51 public static CompositeData toCompositeData(MemoryNotificationInfo info) { argument
53 new MemoryNotifInfoCompositeData(info);
/openjdk7/jdk/src/share/native/sun/misc/
H A DVersion.c80 jvm_version_info info; local
91 (*func_p)(env, &info, sizeof(info));
92 setStaticIntField(env, cls, "jvm_major_version", JVM_VERSION_MAJOR(info.jvm_version));
93 setStaticIntField(env, cls, "jvm_minor_version", JVM_VERSION_MINOR(info.jvm_version));
94 setStaticIntField(env, cls, "jvm_micro_version", JVM_VERSION_MICRO(info.jvm_version));
95 setStaticIntField(env, cls, "jvm_build_number", JVM_VERSION_BUILD(info.jvm_version));
96 setStaticIntField(env, cls, "jvm_update_version", info.update_version);
97 jvm_special_version = info.special_update_version;
115 jdk_version_info info; local
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/
H A DOAInvocationInfo.java68 public OAInvocationInfo( OAInvocationInfo info, String operation ) argument
70 this.servant = info.servant ;
71 this.servantContainer = info.servantContainer ;
72 this.cookieHolder = info.cookieHolder ;
73 this.oa = info.oa;
74 this.oid = info.oid;
75 this.factory = info.factory ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java42 public void addLineNumberInfo(BasicLineNumberInfo info) { argument
46 infoList.add(info);
117 BasicLineNumberInfo info = get(midIdx);
118 if (AddressOps.lt(addr, info.getStartPC())) {
121 } else if (AddressOps.equal(addr, info.getStartPC())) {
122 return info;
130 BasicLineNumberInfo info = get(idx);
131 if (AddressOps.lte(info.getStartPC(), addr)) {
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLine.java243 * The class of the line described by the info object.
249 * Constructs an info object that describes a line of the specified class.
275 * Indicates whether the specified info object matches this one.
277 * a special case of this one. The specified info object
282 * for the specified info object must be compatible with that of this
287 * @param info the info object which is being compared to this one
291 public boolean matches(Info info) { argument
319 if (! (this.getClass().isInstance(info)) ) {
328 if (! (getLineClass().isAssignableFrom(info
[all...]
H A DPort.java52 * To learn what ports are available, you can retrieve port info objects through the
120 * Constructs a port's info object from the information given.
124 * @param lineClass the class of the port described by the info object.
159 * Indicates whether this info object specified matches this one.
162 * @param info the info object for which the match is queried
164 public boolean matches(Line.Info info) { argument
166 if (! (super.matches(info)) ) {
170 if (!(name.equals(((Info)info).getName())) ) {
174 if (! (isSource == ((Info)info)
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageWatched.java81 public boolean newInfo(Image img, int info, argument
123 public boolean newInfo(Image img, int info, argument
127 boolean ret = next.newInfo(img, info, x, y, w, h);
132 } else if (myiw.imageUpdate(img, info, x, y, w, h) == false) {
169 public void newInfo(Image img, int info, int x, int y, int w, int h) { argument
170 if (watcherList.newInfo(img, info, x, y, w, h)) {
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java66 * MBeanNotificationInfo[] info) NotificationBroadcasterSupport(null, null)}.
84 * MBeanNotificationInfo[] info) NotificationBroadcasterSupport(executor, null)}.
100 * MBeanNotificationInfo[] info)
101 * NotificationBroadcasterSupport(null, info)}.</p>
103 * <p>If the <code>info</code> array is not empty, then it is
104 * cloned by the constructor as if by {@code info.clone()}, and
108 * @param info an array indicating, for each notification this
115 public NotificationBroadcasterSupport(MBeanNotificationInfo... info) { argument
116 this(null, info);
135 * <p>If the <code>info</cod
152 NotificationBroadcasterSupport(Executor executor, MBeanNotificationInfo... info) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventSupport.java227 notifiers.remove(notifier.info);
250 synchronized void removeDeadNotifier(NotifierArgs info) { argument
252 System.err.println("EventSupport.removeDeadNotifier: " + info.name);
254 notifiers.remove(info);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractLine.java47 protected final Line.Info info; field in class:AbstractLine
64 protected AbstractLine(Line.Info info, AbstractMixer mixer, Control[] controls) { argument
70 this.info = info;
79 return info;
H A DAbstractMidiDeviceProvider.java86 Info info = infos[ii];
87 if (info != null && info.equalStrings(newInfo)) {
88 // new info matches the still existing info. Use old one
89 newInfos[i] = info;
90 info.setIndex(i);
107 // disable this device info
130 public final MidiDevice getDevice(MidiDevice.Info info) { argument
131 if (info instanceo
167 equalStrings(Info info) argument
195 createDevice(Info info) argument
[all...]
H A DDLSSample.java46 DLSInfo info = new DLSInfo(); field in class:DLSSample
60 return info;
97 return info.name;
101 info.name = name;
113 return "Sample: " + info.name;
H A DDirectAudioDeviceProvider.java42 * Set of info objects for all port input devices on the system.
87 // fill in the info objects now.
104 public Mixer getMixer(Mixer.Info info) { argument
108 if (info == null) {
117 // the requested info object
119 if (infos[i].equals(info)) {
124 throw new IllegalArgumentException("Mixer " + info.toString() + " not supported by this provider.");
128 private static Mixer getDevice(DirectAudioDeviceInfo info) { argument
129 int index = info.getIndex();
131 devices[index] = new DirectAudioDevice(info);
[all...]
H A DMidiInDevice.java45 MidiInDevice(AbstractMidiDeviceProvider.Info info) { argument
46 super(info);
H A DMidiInDeviceProvider.java39 /** Cache of info objects for all MIDI output devices on the system. */
73 MidiDevice createDevice(AbstractMidiDeviceProvider.Info info) { argument
74 if (enabled && (info instanceof MidiInDeviceInfo)) {
75 return new MidiInDevice(info);
H A DMidiOutDevice.java43 MidiOutDevice(AbstractMidiDeviceProvider.Info info) { argument
44 super(info);
H A DMidiOutDeviceProvider.java39 /** Cache of info objects for all MIDI output devices on the system. */
73 MidiDevice createDevice(AbstractMidiDeviceProvider.Info info) { argument
74 if (enabled && (info instanceof MidiOutDeviceInfo)) {
75 return new MidiOutDevice(info);
H A DPortMixerProvider.java42 * Set of info objects for all port input devices on the system.
87 // fill in the info objects now.
105 public Mixer getMixer(Mixer.Info info) { argument
108 if (infos[i].equals(info)) {
113 throw new IllegalArgumentException("Mixer " + info.toString()
118 private static Mixer getDevice(PortMixerInfo info) { argument
119 int index = info.getIndex();
121 devices[index] = new PortMixer(info);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DAgreementMethod.java103 * @param info a <code>Element</code> that represents additional information
109 void addAgreementMethodInformation(Element info); argument
114 * @param info a <code>Element</code> that represents additional information
120 void revoveAgreementMethodInformation(Element info); argument

Completed in 37 milliseconds

1234567891011>>