Searched defs:object (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java206 public void setContent(Object object, String contentType) argument
212 DataHandler dh = new DataHandler(object, contentType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DFastInfosetDefaultHandler.java82 public void object(String URI, int algorithm, Object o) throws SAXException { method in class:FastInfosetDefaultHandler
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DAttachmentPart.java35 * A single attachment to a <code>SOAPMessage</code> object. A <code>SOAPMessage</code>
36 * object may contain zero, one, or many <code>AttachmentPart</code> objects.
37 * Each <code>AttachmentPart</code> object consists of two parts,
42 * An <code>AttachmentPart</code> object must conform to certain standards.
51 * <code>AttachmentPart</code> object and MUST conform to [RFC2045].
57 * <code>AttachmentPart</code> object, sets the header shown in
67 * AttachmentPart</code> object. The content may be anything from a
68 * simple plain text object to a complex XML document or image file.
71 * An <code>AttachmentPart</code> object is created with the method
73 * the <code>AttachmentPart</code> object i
253 setContent(Object object, String contentType) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.c110 TraceIndex trace_index, jobject object)
125 klass = getObjectClass(env, object);
130 /* Tag the object */
131 size = (jint)getObjectSize(object);
132 tag_new_object(object, OBJECT_NORMAL, thread_serial_num, size, site_index);
135 /* Handle a java.lang.Object.<init> object allocation. */
137 event_object_init(JNIEnv *env, jthread thread, jobject object) argument
149 HPROF_ASSERT(object!=NULL);
155 any_allocation(env, thread_serial_num, trace_index, object);
162 event_newarray(JNIEnv *env, jthread thread, jobject object) argument
109 any_allocation(JNIEnv *env, SerialNumber thread_serial_num, TraceIndex trace_index, jobject object) argument
[all...]
H A Dhprof_monitor.c101 find_or_create_entry(JNIEnv *env, TraceIndex trace_index, jobject object) argument
108 HPROF_ASSERT(object!=NULL);
112 clazz = getObjectClass(env, object);
335 monitor_contended_enter_event(JNIEnv *env, jthread thread, jobject object) argument
343 HPROF_ASSERT(object!=NULL);
348 index = find_or_create_entry(env, trace_index, object);
354 monitor_contended_entered_event(JNIEnv* env, jthread thread, jobject object) argument
361 HPROF_ASSERT(object!=NULL);
375 monitor_wait_event(JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
383 HPROF_ASSERT(object!
402 monitor_waited_event(JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java811 public int compareTo(IntegerSegment object) { argument
812 int startsDelta = start - object.start;
813 return (startsDelta != 0) ? startsDelta : end - object.end;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java229 * Associates specific events of a given object with a port
231 static native boolean port_associate(int port, int source, long object, int events) argument
235 * Removes the association of an object with a port.
237 static native boolean port_dissociate(int port, int source, long object) argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java44 * This class represents an XPath object, and is capable of
45 * converting the object to various types, such as a string.
55 * The java object which this object wraps.
68 * @param obj Can be any object, should be a specific type
85 * @return This object.
117 * Forces the object to release it's resources. This is more harsh than
157 * Create the right XObject based on the type of the object passed. This
161 * @param val The java object which this object wil
399 public Object object() method in class:XObject
[all...]
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DCounterMonitor.java158 * <BR>The default value is a null Integer object.
164 * <BR>The default value is a null Integer object.
186 * the threshold when a new object is added to the list and reset
259 * Gets the derived gauge of the specified object, if this object is
262 * @param object the name of the object whose derived gauge is to
265 * @return The derived gauge of the specified object.
269 public synchronized Number getDerivedGauge(ObjectName object) { argument
270 return (Number) super.getDerivedGauge(object);
285 getDerivedGaugeTimeStamp(ObjectName object) argument
300 getThreshold(ObjectName object) argument
841 createObservedObject(ObjectName object) argument
858 isComparableTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
883 getDerivedGaugeFromComparable( ObjectName object, String attribute, Comparable<?> value) argument
930 buildAlarmNotification( ObjectName object, String attribute, Comparable<?> value) argument
968 isThresholdTypeValid(ObjectName object, String attribute, Comparable<?> value) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java76 * A Java object cannot be registered in the MBean server unless it is a
81 * Notification is emitted. To register an object as listener to
110 /** The MBeanServerDelegate object representing the MBean Server */
129 * @param outer A pointer to the MBeanServer object that must be
155 * @param outer A pointer to the MBeanServer object that must be
177 * @param outer A pointer to the MBeanServer object that must be
185 * @param metadata The MetaData object that will be used by the
202 * @param outer A pointer to the MBeanServer object that must be
210 * @param metadata The MetaData object that will be used by the
260 * object
518 registerMBean(Object object, ObjectName name) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMidiDevice.java86 * Constructs an AbstractMidiDevice with the specified info object.
130 * Transmitter just created as the object parameter to this method. Storing references to
134 * @object The Receiver or Transmitter instance that triggered this implicit open.
136 private void openInternal(Object object) throws MidiUnavailableException { argument
141 getOpenKeepingObjects().add(object);
172 /** Close the device for an object that implicitely opened it.
174 * Those methods should pass this for the object parameter. Since Transmitters or Receivers
181 * @param object The object that might have been opening the device implicitely (for now,
184 public final void closeInternal(Object object) { argument
[all...]
H A DSoftMainMixer.java1031 public void processMessage(Object object) { argument
1032 if (object instanceof byte[])
1033 processMessage((byte[]) object);
1034 if (object instanceof MidiMessage)
1035 processMessage((MidiMessage)object);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java297 // create a SignedInfo object from that element
377 * Returns the completely parsed <code>SignedInfo</code> object.
379 * @return the completely parsed <code>SignedInfo</code> object.
432 * @return the KeyInfo object
450 // add it before the object
470 * @param object ds:Object to be appended.
471 * @throws XMLSignatureException When this object is used to verify.
473 public void appendObject(ObjectContainer object) argument
482 this._constructionElement.appendChild(object.getElement());
533 //Create a SignatureAlgorithm object
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java276 protected Node[] createNodes(Object object) { argument
277 if (nodeHash.containsKey(object)) {
278 return new Node[]{nodeHash.get(object)};
281 assert object instanceof Filter;
282 Filter filter = (Filter) object;
285 nodeHash.put(object, node);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWrapper.java94 public static native void release(long object); argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp128 KlassHandle field_klass, Handle object, jfieldID field,
249 address location, KlassHandle field_klass, Handle object, jfieldID field);
260 address location, KlassHandle field_klass, Handle object, jfieldID field,
304 static void record_vm_internal_object_allocation(oop object);
306 static void post_vm_object_alloc(JavaThread *thread, oop object);
308 inline static void vm_object_alloc_event_collector(oop object) { argument
310 record_vm_internal_object_allocation(object);
401 // Used to record vm internally allocated object oops and post
402 // vm object alloc event for objects visible to java world.
405 // called the vm object allo
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp843 // if (object instanceof Klass) {
844 // something = (Klass) object;
1026 // Find the object we're accessing, if necessary
1027 Value *object = NULL; local
1031 object = value->generic_value();
1040 object = builder()->CreateInlineOop(field->holder());
1047 object, in_ByteSize(field->offset_in_bytes()),
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp443 void xmlStream::object(const char* attr, Handle x) { function in class:xmlStream
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializer.java281 public final void object(String URI, int id, Object data) throws SAXException { method in class:SAXDocumentSerializer
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java101 // Validity depends upon typecode. The 'value' and 'object' instance
110 private java.lang.Object object; field in class:AnyImpl
185 object = null;
201 object = objImpl.object;
254 object = null;
534 TCUtility.marshalIn(os, realType(), value, object);
581 objholder[0] = object;
585 object = objholder[0];
606 TCUtility.marshalIn(out, realType(), value, object);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java78 // that the incoming object might not be the same object as on our
593 * Field must be in this object's class, a superclass, or
865 boolean isAssignableFrom(ObjectReference object) { argument
866 return object == null ||
867 isAssignableFrom(object.referenceType());
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMediaSize.java185 * The MediaSize is in turn used to locate the MediaSizeName object.
236 * in object.
240 * <CODE>object</CODE> is not null.
242 * <CODE>object</CODE> is an instance of class MediaSize.
245 * <CODE>object</CODE>'s X dimension.
248 * <CODE>object</CODE>'s Y dimension.
251 * @param object Object to compare to.
253 * @return True if <CODE>object</CODE> is equivalent to this media size
256 public boolean equals(Object object) { argument
257 return (super.equals(object)
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java54 * A <code>DefaultMutableTreeNode</code> may also hold a reference to a user object, the
57 * representation of its user object.
105 /** optional user object */
122 * children, and initializes it with the specified user object.
133 * the specified user object, and that allows children only if
326 * Sets the user object for this node to <code>userObject</code>.
338 * Returns this node's user object.
635 * Returns the user object path, from the root, to get to this node.
1234 * user object, or the empty string if the node has no user object
1405 public Object object; field in class:DefaultMutableTreeNode.BreadthFirstEnumeration.Queue.QNode
1407 QNode(Object object, QNode next) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java43 * <p>Represents the object name of an MBean, or a pattern that can
49 * <li>An object name</li>
50 * <li>An object name pattern, within the context of a query</li>
53 * <p>An object name consists of two parts, the domain and the key
62 * (<code>?</code>), then the object name is a pattern. The asterisk
86 * of the wildcard characters asterisk or question mark, then the object
121 * the object name is a <em>property value pattern</em>. The asterisk
374 * The propertyList of built object name. Initialized lazily.
425 // this is equivalent to the whole word query object name.
1128 // Read an object serialize
1773 equals(Object object) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp193 // Create dummy instanceKlass and objArrayKlass object and assign them idents
280 return bucket->object();
290 // Not a perm-space object.
295 // creating the new object has recursively entered new objects
312 // of the oop itself. For now, we explicitly marshal the object.
679 // Thus, there might be a matching perm object in the table.
709 inline ciObjectFactory::NonPermObject::NonPermObject(ciObjectFactory::NonPermObject* &bucket, oop key, ciObject* object) { argument
711 _object = object;
725 assert(where == p && is_equal(p, key) && p->object() == obj, "entry must match");
760 // Print debugging information about the object factor
[all...]

Completed in 135 milliseconds

1234567891011>>