Searched defs:caller (Results 1 - 25 of 81) sorted by relevance

1234

/openjdk7/jdk/src/share/native/java/sql/
H A DDriverManager.c35 jclass caller = JVM_GetCallerClass(env, 2); local
36 return caller != 0 ? JVM_GetClassLoader(env, caller) : 0;
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetReader.java52 * <P>The <code>readData</code> method adds rows to the caller.
54 * populate the caller with rows from a nonrelational data source.
65 * @param caller the <code>RowSet</code> object (1) that has implemented the
71 void readData(RowSetInternal caller) throws SQLException; argument
H A DRowSetWriter.java55 * @param caller the <code>RowSet</code> object (1) that has implemented the
62 boolean writeData(RowSetInternal caller) throws SQLException; argument
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DXmlReader.java62 * @param caller the <code>WebRowSet</code> object to be parsed, whose
66 * <code>caller</code> will be read
71 public void readXML(WebRowSet caller, java.io.Reader reader) argument
H A DXmlWriter.java56 * The <code>caller</code> parameter must be a <code>WebRowSet</code>
60 * @param caller the <code>WebRowSet</code> instance to be written,
63 * as the output stream for writing <code>caller</code> as
69 public void writeXML(WebRowSet caller, java.io.Writer writer) argument
/openjdk7/jdk/src/share/classes/java/security/acl/
H A DOwner.java43 * Adds an owner. Only owners can modify ACL contents. The caller
48 * @param caller the principal invoking this method. It must be an owner
54 * @exception NotOwnerException if the caller principal is not an owner
57 public boolean addOwner(Principal caller, Principal owner) argument
64 * The caller principal must be an owner of the ACL in order to invoke
67 * @param caller the principal invoking this method. It must be an owner
75 * @exception NotOwnerException if the caller principal is not an owner
81 public boolean deleteOwner(Principal caller, Principal owner) argument
H A DAcl.java96 * @param caller the principal invoking this method. It must be an
101 * @exception NotOwnerException if the caller principal
106 public void setName(Principal caller, String name) argument
127 * @param caller the principal invoking this method. It must be an
136 * @exception NotOwnerException if the caller principal
139 public boolean addEntry(Principal caller, AclEntry entry) argument
145 * @param caller the principal invoking this method. It must be an
152 * @exception NotOwnerException if the caller principal is not
155 public boolean removeEntry(Principal caller, AclEntry entry) argument
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DOwnerImpl.java49 * The caller principal must be a part of the owners list of the ACL in
52 * @param caller the principal who is invoking this method.
55 * @exception NotOwnerException if the caller principal is not on
58 public synchronized boolean addOwner(Principal caller, Principal owner) argument
61 if (!isOwner(caller))
71 * The caller principal must be a part of the owners list of the ACL in
73 * @param caller the principal who is invoking this method.
77 * @exception NotOwnerException if the caller principal is not on
82 public synchronized boolean deleteOwner(Principal caller, Principal owner) argument
85 if (!isOwner(caller))
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DAccessController.java70 * Suppose the current thread traversed m callers, in the order of caller 1
71 * to caller 2 to caller m. Then caller m invoked the
79 * if (caller i's domain does not have the permission)
82 * else if (caller i is marked as privileged) {
97 * <p> A caller can be marked as being "privileged"
100 * method stops checking if it reaches a caller that
103 * context argument). If that caller's domain has the
249 * possessed by the caller'
406 preserveCombiner(DomainCombiner combiner, final Class<?> caller) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DOwnerImpl.java71 * Adds an owner. Only owners can modify ACL contents. The caller principal
76 * @param caller the principal invoking this method.
80 * @exception NotOwnerException if the caller principal is not an owner
83 public boolean addOwner(Principal caller, Principal owner) argument
85 if (!ownerList.contains(caller))
99 * The caller principal must be an owner of the ACL in order to invoke this method.
101 * @param caller the principal invoking this method. It must be an owner
105 * @exception NotOwnerException if the caller principal is not an owner
110 public boolean deleteOwner(Principal caller, Principal owner) argument
113 if (!ownerList.contains(caller))
[all...]
H A DAclImpl.java76 * @param caller the principal invoking this method. It must be an owner
80 * @exception NotOwnerException if the caller principal is not an owner
84 public void setName(Principal caller, String name) argument
86 if (!isOwner(caller))
107 * @param caller the principal invoking this method. It must be an owner
112 * @exception NotOwnerException if the caller principal is not an owner of
116 public boolean addEntry(Principal caller, AclEntry entry) argument
118 if (!isOwner(caller))
138 * @param caller the principal invoking this method. It must be an owner
142 * @exception NotOwnerException if the caller principa
147 removeEntry(Principal caller, AclEntry entry) argument
164 removeAll(Principal caller) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlReader.java73 * @param caller the <code>WebRowSet</code> object to be parsed, whose
83 public void readXML(WebRowSet caller, java.io.Reader reader) throws SQLException { argument
94 XmlReaderContentHandler hndr = new XmlReaderContentHandler((RowSet)caller);
152 * @param caller the <code>WebRowSet</code> object to be parsed, whose
162 public void readXML(WebRowSet caller, java.io.InputStream iStream) throws SQLException { argument
167 XmlReaderContentHandler hndr = new XmlReaderContentHandler((RowSet)caller);
216 public void readData(RowSetInternal caller) { argument
H A DCachedRowSetReader.java46 * and it assumes that the <code>command</code> property for the caller
122 * @param caller a <code>RowSet</code> object that has implemented
130 public void readData(RowSetInternal caller) throws SQLException argument
134 CachedRowSet crs = (CachedRowSet)caller;
153 // properties have been set on the caller to let it supply a
157 con = this.connect(caller);
172 decodeParams(caller.getParams(), pstmt);
206 decodeParams(caller.getParams(), pstmt);
296 * @param caller a <code>RowSet</code> object that has implemented
301 * to the caller'
304 connect(RowSetInternal caller) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DLoginConfigImpl.java42 private final GSSCaller caller; field in class:LoginConfigImpl
49 * since it's only used by a single (caller, mech) pair
50 * @param caller defined in GSSUtil as CALLER_XXX final fields
53 public LoginConfigImpl(GSSCaller caller, Oid mech) { argument
55 this.caller = caller;
71 * @param name Almost useless, since the (caller, mech) is already passed
91 if (caller == GSSCaller.CALLER_INITIATE) {
96 } else if (caller == GSSCaller.CALLER_ACCEPT) {
101 } else if (caller
193 isServerSide(GSSCaller caller) argument
[all...]
/openjdk7/jdk/test/sun/reflect/
H A DGetCallerClass.java52 Class<?> caller = Test.caller();
53 if (c != GetCallerClass.class || caller != c) {
54 throw new RuntimeException("Incorrect caller: " + c);
69 // Returns the caller of this method
74 public static Class<?> caller() { method in class:GetCallerClass.Test
81 if (c != Test.class || caller() != c) {
82 throw new RuntimeException("Incorrect caller: " + c);
99 throw new RuntimeException("Incorrect caller: " + c);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DJVMState.java91 public JVMState caller() { method in class:JVMState
104 if (caller() != null) caller().dumpSpec(out);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DAccessibleObject.java217 // the caller has already been seen, verified, and cached.
221 // The cache can be either null (empty cache), a 2-array of {caller,target},
222 // or a caller (with target implicitly equal to this.clazz).
226 void checkAccess(Class<?> caller, Class<?> clazz, Object obj, int modifiers) argument
229 if (caller == clazz) { // quick check
237 // Must match a 2-list of { caller, targetClass }.
241 cache2[0] == caller) {
247 } else if (cache == caller) {
253 slowCheckMemberAccess(caller, clazz, obj, modifiers, targetClass);
257 void slowCheckMemberAccess(Class<?> caller, Clas argument
[all...]
H A DProxy.java321 * the caller does not have the permission.
436 * the defining loader of the interface. If the caller's class loader
441 private static void checkProxyAccess(Class<?> caller, argument
447 ClassLoader ccl = caller.getClassLoader();
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java207 Class<?> caller) {
215 caller, tclass, null, modifiers);
229 caller != tclass) ? caller : null;
204 AtomicReferenceFieldUpdaterImpl(Class<T> tclass, Class<V> vclass, String fieldName, Class<?> caller) argument
H A DAtomicIntegerFieldUpdater.java274 AtomicIntegerFieldUpdaterImpl(Class<T> tclass, String fieldName, Class<?> caller) { argument
281 caller, tclass, null, modifiers);
295 caller != tclass) ? caller : null;
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp35 static RFrame*const noCaller = (RFrame*) 0x1; // no caller (i.e., initial frame)
36 static RFrame*const noCallerYet = (RFrame*) 0x0; // caller not yet computed
100 RFrame* RFrame::caller() { function in class:RFrame
101 if (_caller != noCallerYet) return (_caller == noCaller) ? NULL : _caller; // already computed caller
103 // caller not yet computed; do it now
116 // Real caller is not java related
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DRuntimeUtil.java99 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
109 new ValidationEventLocatorImpl(caller), e );
98 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java64 static Krb5AcceptCredential getInstance(final GSSCaller caller, Krb5NameElement name) argument
77 caller == GSSCaller.CALLER_UNKNOWN ? GSSCaller.CALLER_ACCEPT: caller,
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSFactory.java46 private final GSSCaller caller; field in class:NativeGSSFactory
57 if (GSSUtil.useSubjectCredsOnly(caller)) {
64 // Force permission check before returning the cred to caller
71 public NativeGSSFactory(GSSCaller caller) { argument
72 this.caller = caller;
/openjdk7/jdk/src/share/classes/java/sql/
H A DDriverManager.java258 // If the caller does not have permission to load the driver then
328 // If the caller does not have permission to load the driver then
339 * to which the current caller has access.
344 * @return the list of JDBC Drivers loaded by the caller's class loader
354 // If the caller does not have permission to load the driver then
453 private static boolean isDriverAllowed(Driver driver, Class<?> caller) { argument
454 ClassLoader callerCL = caller != null ? caller.getClassLoader() : null;
540 String url, java.util.Properties info, Class<?> caller) throws SQLException {
547 ClassLoader callerCL = caller !
539 getConnection( String url, java.util.Properties info, Class<?> caller) argument
[all...]

Completed in 135 milliseconds

1234