Searched defs:id (Results 126 - 150 of 770) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DBasicControl.java43 protected String id; field in class:BasicControl
64 * @param id The control's object identifier string.
67 public BasicControl(String id) { argument
68 this.id = id;
74 * @param id The control's object identifier string.
81 public BasicControl(String id, boolean criticality, byte[] value) { argument
82 this.id = id;
93 return id;
[all...]
H A DExtendedRequest.java54 * public ExtendedResponse createExtendedResponse(String id,
57 * return new GetTimeResponse(id, berValue, offset, length);
63 * public GetTimeResponse(String id, byte[] berValue, int offset,
130 * @param id The possibly null object identifier of the response
144 public ExtendedResponse createExtendedResponse(String id, argument
H A DPagedResultsResponseControl.java88 * @param id The control's object identifier string.
96 public PagedResultsResponseControl(String id, boolean criticality, argument
99 super(id, criticality, value);
H A DSortResponseControl.java107 * @param id The control's object identifier string.
115 public SortResponseControl(String id, boolean criticality, byte[] value) argument
118 super(id, criticality, value);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJDMAccess.java35 JDMAccess(int id) { argument
36 super(id);
39 JDMAccess(Parser p, int id) { argument
40 super(p, id);
43 public static Node jjtCreate(int id) { argument
44 return new JDMAccess(id);
47 public static Node jjtCreate(Parser p, int id) { argument
48 return new JDMAccess(p, id);
H A DJDMAclBlock.java34 JDMAclBlock(int id) { argument
35 super(id);
38 JDMAclBlock(Parser p, int id) { argument
39 super(p, id);
42 public static Node jjtCreate(int id) { argument
43 return new JDMAclBlock(id);
46 public static Node jjtCreate(Parser p, int id) { argument
47 return new JDMAclBlock(p, id);
H A DJDMAclItem.java35 JDMAclItem(int id) { argument
36 super(id);
39 JDMAclItem(Parser p, int id) { argument
40 super(p, id);
43 public static Node jjtCreate(int id) { argument
44 return new JDMAclItem(id);
47 public static Node jjtCreate(Parser p, int id) { argument
48 return new JDMAclItem(p, id);
H A DJDMCommunities.java33 JDMCommunities(int id) { argument
34 super(id);
37 JDMCommunities(Parser p, int id) { argument
38 super(p, id);
41 public static Node jjtCreate(int id) { argument
42 return new JDMCommunities(id);
45 public static Node jjtCreate(Parser p, int id) { argument
46 return new JDMCommunities(p, id);
H A DJDMCommunity.java34 JDMCommunity(int id) { argument
35 super(id);
38 JDMCommunity(Parser p, int id) { argument
39 super(p, id);
42 public static Node jjtCreate(int id) { argument
43 return new JDMCommunity(id);
46 public static Node jjtCreate(Parser p, int id) { argument
47 return new JDMCommunity(p, id);
H A DJDMHostName.java38 JDMHostName(int id) { argument
39 super(id);
42 JDMHostName(Parser p, int id) { argument
43 super(p, id);
46 public static Node jjtCreate(int id) { argument
47 return new JDMHostName(id);
50 public static Node jjtCreate(Parser p, int id) { argument
51 return new JDMHostName(p, id);
H A DJDMInformBlock.java33 JDMInformBlock(int id) { argument
34 super(id);
37 JDMInformBlock(Parser p, int id) { argument
38 super(p, id);
41 public static Node jjtCreate(int id) { argument
42 return new JDMInformBlock(id);
45 public static Node jjtCreate(Parser p, int id) { argument
46 return new JDMInformBlock(p, id);
H A DJDMInformCommunity.java32 JDMInformCommunity(int id) { argument
33 super(id);
36 JDMInformCommunity(Parser p, int id) { argument
37 super(p, id);
40 public static Node jjtCreate(int id) { argument
41 return new JDMInformCommunity(id);
44 public static Node jjtCreate(Parser p, int id) { argument
45 return new JDMInformCommunity(p, id);
H A DJDMInformItem.java32 JDMInformItem(int id) { argument
33 super(id);
36 JDMInformItem(Parser p, int id) { argument
37 super(p, id);
40 public static Node jjtCreate(int id) { argument
41 return new JDMInformItem(id);
44 public static Node jjtCreate(Parser p, int id) { argument
45 return new JDMInformItem(p, id);
H A DJDMIpAddress.java39 JDMIpAddress(int id) { argument
40 super(id);
43 JDMIpAddress(Parser p, int id) { argument
44 super(p, id);
47 public static Node jjtCreate(int id) { argument
48 return new JDMIpAddress(id);
51 public static Node jjtCreate(Parser p, int id) { argument
52 return new JDMIpAddress(p, id);
H A DJDMIpMask.java39 JDMIpMask(int id) { argument
40 super(id);
43 JDMIpMask(Parser p, int id) { argument
44 super(p, id);
47 public static Node jjtCreate(int id) { argument
48 return new JDMIpMask(id);
51 public static Node jjtCreate(Parser p, int id) { argument
52 return new JDMIpMask(p, id);
H A DJDMNetMask.java35 public JDMNetMask(int id) { argument
36 super(id);
39 public JDMNetMask(Parser p, int id) { argument
40 super(p, id);
42 public static Node jjtCreate(int id) { argument
43 return new JDMNetMask(id);
46 public static Node jjtCreate(Parser p, int id) { argument
47 return new JDMNetMask(p, id);
H A DJDMTrapBlock.java34 JDMTrapBlock(int id) { argument
35 super(id);
38 JDMTrapBlock(Parser p, int id) { argument
39 super(p, id);
42 public static Node jjtCreate(int id) { argument
43 return new JDMTrapBlock(id);
46 public static Node jjtCreate(Parser p, int id) { argument
47 return new JDMTrapBlock(p, id);
H A DJDMTrapCommunity.java33 JDMTrapCommunity(int id) { argument
34 super(id);
37 JDMTrapCommunity(Parser p, int id) { argument
38 super(p, id);
41 public static Node jjtCreate(int id) { argument
42 return new JDMTrapCommunity(id);
45 public static Node jjtCreate(Parser p, int id) { argument
46 return new JDMTrapCommunity(p, id);
H A DJDMTrapItem.java34 JDMTrapItem(int id) { argument
35 super(id);
38 JDMTrapItem(Parser p, int id) { argument
39 super(p, id);
42 public static Node jjtCreate(int id) { argument
43 return new JDMTrapItem(id);
46 public static Node jjtCreate(Parser p, int id) { argument
47 return new JDMTrapItem(p, id);
H A DJDMTrapNum.java35 JDMTrapNum(int id) { argument
36 super(id);
39 JDMTrapNum(Parser p, int id) { argument
40 super(p, id);
43 public static Node jjtCreate(int id) { argument
44 return new JDMTrapNum(id);
47 public static Node jjtCreate(Parser p, int id) { argument
48 return new JDMTrapNum(p, id);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericMetaServer.java61 * @param id The OID arc identifying the variable for which the
70 Object buildAttributeValue(long id, SnmpValue value) argument
77 * @param id The OID arc identifying the variable for which the
85 SnmpValue buildSnmpValue(long id, Object value) argument
90 * SNMP variable identified by the given <code>id</code>.
92 * @param id The OID arc identifying the variable.
95 * <code>id</code>.
97 * @exception SnmpStatusException if the given <code>id</code> does not
100 String getAttributeName(long id) argument
107 * @param id Th
115 checkSetAccess(SnmpValue x, long id, Object data) argument
129 checkGetAccess(long id, Object data) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpSubSystem.java45 * @param id The model ID.
48 public void addModel(int id, SnmpModel model); argument
52 * @param id The model ID to remove.
55 public SnmpModel removeModel(int id) throws SnmpUnknownModelException; argument
59 * @param id The model ID to get.
62 public SnmpModel getModel(int id) throws SnmpUnknownModelException; argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBasicControl.java43 protected String id; field in class:BasicControl
65 * @param id The control's object identifier string.
68 public BasicControl(String id) { argument
69 this.id = id;
75 * @param id The control's object identifier string.
80 public BasicControl(String id, boolean criticality, byte[] value) { argument
81 this.id = id;
94 return id;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java128 * @param id the thread ID of a thread
135 * @throws IllegalArgumentException if {@code id} {@code <=} {@code 0}.
144 public long getThreadAllocatedBytes(long id); argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionProperties.java50 * Returns the <code>EncryptionProperties</code>' id.
52 * @return the id.
57 * Sets the id.
59 * @param id the id.
61 void setId(String id); argument

Completed in 73 milliseconds

1234567891011>>