Searched defs:id (Results 351 - 375 of 770) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLObject.java48 private final String id; field in class:DOMXMLObject
59 * @param id the Id (may be <code>null</code>)
66 public DOMXMLObject(List content, String id, String mimeType, argument
80 this.id = id;
98 this.id = attr.getValue();
101 this.id = null;
139 return id;
158 DOMUtils.setAttributeID(objElem, "Id", id);
187 boolean idsEqual = (id
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DCausedFocusEvent.java66 public CausedFocusEvent(Component source, int id, boolean temporary, argument
68 super(source, id, temporary, opposite);
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java57 private ActivationID id; field in class:Activatable
105 id = exportObject(this, location, data, restart, port);
157 id = exportObject(this, location, data, restart, port, csf, ssf);
174 * @param id activation identifier for the object
180 protected Activatable(ActivationID id, int port) argument
184 this.id = id;
185 exportObject(this, id, port);
202 * @param id activation identifier for the object
211 protected Activatable(ActivationID id, in argument
278 inactive(ActivationID id) argument
295 unregister(ActivationID id) argument
478 exportObject(Remote obj, ActivationID id, int port) argument
508 exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
[all...]
H A DActivationGroup.java175 * @param id the object's activation identifier
184 public boolean inactiveObject(ActivationID id) argument
187 getMonitor().inactiveObject(id);
200 * @param id the object's identifier
207 public abstract void activeObject(ActivationID id, Remote obj) argument
259 * @param id the activation group's identifier
274 ActivationGroup createGroup(ActivationGroupID id, argument
322 constructor.newInstance(id, desc.getData());
323 currSystem = id.getSystem();
326 currSystem.activeGroup(id, newGrou
466 activeObject(ActivationID id, MarshalledObject<? extends Remote> mobj) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java155 final long id = var.oid.getOidArc(depth);
156 nameList[i] = meta.getAttributeName(id);
158 idList[i] = id;
164 meta.checkGetAccess(id,data);
238 * @param id The OID arc identifying the variable we're trying to set.
252 long id, Object data)
254 final String attname = meta.getAttributeName(id);
268 return meta.buildSnmpValue(id,result);
318 final long id = var.oid.getOidArc(depth);
319 final String attname = meta.getAttributeName(id);
251 get(SnmpGenericMetaServer meta, ObjectName name, long id, Object data) argument
402 set(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data) argument
516 check(SnmpGenericMetaServer meta, ObjectName name, SnmpValue x, long id, Object data) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DClientHandler.java52 public ClientHandler(CommunicatorServer server, int id, MBeanServer f, ObjectName n) { argument
54 requestId = id ;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpLcd.java44 public void addModelLcd(int id, argument
46 models.put(new Integer(id), usmlcd);
49 public SnmpModelLcd getModelLcd(int id) { argument
50 return models.get(new Integer(id));
53 public SnmpModelLcd removeModelLcd(int id) { argument
54 return models.remove(new Integer(id));
81 * @param id The engine Id.
83 public abstract void storeEngineId(SnmpEngineId id); argument
87 * @param id The model Id.
91 int id,
90 addModelLcd(SnmpSubSystem sys, int id, SnmpModelLcd lcd) argument
107 removeModelLcd(SnmpSubSystem sys, int id) argument
128 getModelLcd(SnmpSubSystem sys, int id) argument
[all...]
H A DSnmpSecuritySubSystem.java41 * @param id The model ID.
44 public SnmpSecurityCache createSecurityCache(int id) throws SnmpUnknownSecModelException; argument
47 * @param id The model ID.
50 public void releaseSecurityCache(int id, argument
58 * @param msgID The current request id.
89 * @param msgID The current request id.
120 * @param msgID The current request id.
152 * @param msgID The current request id.
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapAttribute.java78 * @param id The attribute's id. It cannot be null.
80 LdapAttribute(String id) { argument
81 super(id);
87 * @param id The attribute's id. It cannot be null.
91 private LdapAttribute(String id, DirContext baseCtx, Name rdn) { argument
92 super(id);
184 // get the syntax id from the attribute def
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java103 * Gets a pooled connection for id. The pooled connection might be
109 * @param id identity of the connection to get
117 public PooledConnection getPooledConnection(Object id, long timeout, argument
120 d("get(): ", id);
127 conns = getConnections(id);
129 d("get(): creating new connections list for ", id);
131 // No connections for this id so create a new list
132 conns = new Connections(id, initSize, prefSize, maxSize,
135 map.put(id, connsRef);
150 private Connections getConnections(Object id) { argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDevice.java59 id = nOpen(index); // can throw MidiUnavailableException
61 if (id == 0) {
74 nStart(id); // can throw MidiUnavailableException
83 long oldId = id;
84 id = 0;
105 timestamp = nGetTimeStamp(id);
138 while (id!=0) {
140 nGetMessages(id);
141 if (id!=0) {
161 if (packedMsg == 0 || id
185 nClose(long id) argument
187 nStart(long id) argument
188 nStop(long id) argument
189 nGetTimeStamp(long id) argument
192 nGetMessages(long id) argument
[all...]
H A DMidiOutDevice.java54 id = nOpen(index); // can throw MidiUnavailableException
55 if (id == 0) {
65 long oldId = id;
66 id = 0;
79 timestamp = nGetTimeStamp(id);
141 nSendShortMessage(id, packedMsg, timeStamp);
151 nSendLongMessage(id, data, dataLength, timeStamp);
158 if (isOpen() && id != 0) {
159 nSendShortMessage(id, packedMsg, timeStamp);
170 private native void nClose(long id); argument
172 nSendShortMessage(long id, int packedMsg, long timeStamp) argument
173 nSendLongMessage(long id, byte[] data, int size, long timeStamp) argument
174 nGetTimeStamp(long id) argument
[all...]
H A DModelSource.java67 public ModelSource(ModelIdentifier id) { argument
68 source = id;
72 public ModelSource(ModelIdentifier id, boolean direction) { argument
73 source = id;
77 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity) { argument
78 source = id;
82 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity, argument
84 source = id;
89 public ModelSource(ModelIdentifier id, ModelTransform transform) { argument
90 source = id;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionProperty.java69 * Returns the id of the <CODE>EncryptionProperty</CODE>.
71 * @return the id.
76 * Sets the id.
78 * @param id.
80 void setId(String id); argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIdResolver.java47 * @see <A HREF="http://www.xml.com/lpt/a/2001/11/07/id.html">"Identity Crisis" on xml.com</A>
88 * @param id the ID attribute
90 public static void registerElementById(Element element, Attr id) { argument
91 IdResolver.registerElementById(element, id.getNodeValue());
98 * @param id the value of the ID
99 * @return the element obtained by the id, or null if it is not found.
101 public static Element getElementById(Document doc, String id) { argument
103 Element result = IdResolver.getElementByIdType(doc, id);
113 result = IdResolver.getElementByIdUsingDOM(doc, id);
124 result = IdResolver.getElementBySearching(doc, id);
143 getElementByIdUsingDOM(Document doc, String id) argument
156 getElementByIdType(Document doc, String id) argument
188 getElementBySearching(Node root,String id) argument
199 getEl(Node currentNode,String id,Element []els) argument
237 isElement(Element el, String id,Element[] els) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java107 private String id; field in class:VirtualMachine
115 * @param id
119 * If <code>provider</code> or <code>id</code> is <code>null</code>.
121 protected VirtualMachine(AttachProvider provider, String id) { argument
125 if (id == null) {
126 throw new NullPointerException("id cannot be null");
129 this.id = id;
178 * @param id
198 * If <code>id</cod
200 attach(String id) argument
291 public final String id() { method in class:VirtualMachine
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacket.java42 int id; field in class:Packet
60 b[4] = (byte)((id >>> 24) & 0xff);
61 b[5] = (byte)((id >>> 16) & 0xff);
62 b[6] = (byte)((id >>> 8) & 0xff);
63 b[7] = (byte)((id >>> 0) & 0xff);
101 p.id = ((b4 << 24) | (b5 << 16) | (b6 << 8) | (b7 << 0));
121 id = uniqID();
129 * JDWP spec does not require this id to be sequential and
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DActionEvent.java49 * An unspecified behavior will be caused if the {@code id} parameter
97 * This event id indicates that a meaningful action occured.
148 * @param id An integer that identifies the event.
158 public ActionEvent(Object source, int id, String command) { argument
159 this(source, id, command, 0);
172 * @param id An integer that identifies the event.
187 public ActionEvent(Object source, int id, String command, int modifiers) { argument
188 this(source, id, command, 0, modifiers);
202 * @param id An integer that identifies the event.
223 public ActionEvent(Object source, int id, Strin argument
[all...]
H A DAdjustmentEvent.java37 * An unspecified behavior will be caused if the {@code id} parameter
60 * Marks the first integer id for the range of adjustment event ids.
65 * Marks the last integer id for the range of adjustment event ids.
157 * @param id An integer indicating the type of event.
170 public AdjustmentEvent(Adjustable source, int id, int type, int value) { argument
171 this(source, id, type, value, false);
183 * @param id An integer indicating the type of event.
201 public AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting) { argument
202 super(source, id);
257 switch(id) {
[all...]
H A DHierarchyEvent.java73 * An unspecified behavior will be caused if the {@code id} parameter
99 * Marks the first integer id for the range of hierarchy event ids.
104 * The event id indicating that modification was made to the
110 * The event id indicating an ancestor-Container was moved.
115 * The event id indicating an ancestor-Container was resized.
120 * Marks the last integer id for the range of ancestor event ids.
178 * @param id An integer indicating the type of event.
193 public HierarchyEvent(Component source, int id, Component changed, argument
195 super(source, id);
209 * @param id A
230 HierarchyEvent(Component source, int id, Component changed, Container changedParent, long changeFlags) argument
[all...]
H A DInputMethodEvent.java67 * Marks the first integer id for the range of input method event ids.
85 * Marks the last integer id for the range of input method event ids.
113 * <p>Note that passing in an invalid <code>id</code> results in
119 * @param id the event type
136 * @throws IllegalArgumentException if <code>id</code> is not
139 * or if id is <code>CARET_POSITION_CHANGED</code> and
147 public InputMethodEvent(Component source, int id, long when, argument
150 super(source, id);
151 if (id < INPUT_METHOD_FIRST || id > INPUT_METHOD_LAS
217 InputMethodEvent(Component source, int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition) argument
259 InputMethodEvent(Component source, int id, TextHitInfo caret, TextHitInfo visiblePosition) argument
[all...]
H A DInvocationEvent.java43 * An unspecified behavior will be caused if the {@code id} parameter
60 * Marks the first integer id for the range of invocation event ids.
65 * The default id for all InvocationEvents.
70 * Marks the last integer id for the range of invocation event ids.
203 * @param id An integer indicating the type of event.
222 protected InvocationEvent(Object source, int id, Runnable runnable, argument
224 super(source, id);
341 switch(id) {
H A DMouseWheelEvent.java166 * <p>Note that passing in an invalid <code>id</code> results in
173 * @param id the integer that identifies the event
195 public MouseWheelEvent (Component source, int id, long when, int modifiers, argument
199 this(source, id, when, modifiers, x, y, 0, 0, clickCount,
207 * <p>Note that passing in an invalid <code>id</code> results in
217 * @param id the integer that identifies the event
242 public MouseWheelEvent (Component source, int id, long when, int modifiers, argument
246 this(source, id, when, modifiers, x, y, xAbs, yAbs, clickCount, popupTrigger,
256 * <p>Note that passing in an invalid <code>id</code> parameter results
265 * @param id th
296 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) argument
[all...]
H A DWindowEvent.java45 * An unspecified behavior will be caused if the {@code id} parameter
183 * @param id An integer indicating the type of event.
200 public WindowEvent(Window source, int id, Window opposite, argument
203 super(source, id);
229 * @param id An integer indicating the type of event.
247 public WindowEvent(Window source, int id, Window opposite) { argument
248 this(source, id, opposite, 0, 0);
260 * @param id An integer indicating the type of event.
280 public WindowEvent(Window source, int id, int oldState, int newState) { argument
281 this(source, id, nul
298 WindowEvent(Window source, int id) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DElementHandler.java40 private String id; field in class:ElementHandler
90 * @param id the identifier
93 protected final Object getVariable(String id) { argument
94 if (id.equals(this.id)) {
102 ? this.parent.getVariable(id)
103 : this.owner.getVariable(id);
131 * <dt>id
139 if (name.equals("id")) { // NON-NLS: the attribute name
140 this.id
[all...]

Completed in 2906 milliseconds

<<11121314151617181920>>