Searched defs:getRef (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCAdapter.java72 static NClass getRef( final Class<? extends XmlAdapter> adapter, boolean copy ) { method in class:CAdapter
/openjdk10/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef.java69 public RemoteRef getRef() { return ref; } method in class:UseCustomRef
/openjdk10/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DRemoteObject.java83 public RemoteRef getRef() { method in class:RemoteObject
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java118 public Integer getRef() { method in class:Test6921644.Author
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DActivatableRef.java241 private synchronized RemoteRef getRef() method in class:ActivatableRef
/openjdk10/jdk/test/java/lang/ref/
H A DCleanerTest.java502 public Reference<?> getRef() { method in class:CleanerTest.CleanableCase
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DURL.java908 public String getRef() { method in class:URL
1685 String getRef () { method in class:UrlDeserializedState
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java747 public LiveRef getRef() { method in class:DGCClient.EndpointEntry.RefEntry
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DCallableStatement.java447 Ref getRef (int parameterIndex) throws SQLException; method in interface:CallableStatement
1604 Ref getRef (String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2475 Ref getRef(int columnIndex) throws SQLException; method in interface:ResultSet
2567 Ref getRef(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubCallableStatement.java143 public Ref getRef(int parameterIndex) throws SQLException { method in class:StubCallableStatement
403 public Ref getRef(String parameterName) throws SQLException { method in class:StubCallableStatement
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java618 public Ref getRef(int columnIndex) throws SQLException { method in class:StubBaseRowSet
643 public Ref getRef(String columnLabel) throws SQLException { method in class:StubBaseRowSet
H A DStubFilteredRowSetImpl.java1459 public Ref getRef(int columnIndex) throws SQLException { method in class:StubFilteredRowSetImpl
1484 public Ref getRef(String columnLabel) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java1414 public Ref getRef(int columnIndex) throws SQLException { method in class:StubCachedRowSetImpl
1439 public Ref getRef(String columnLabel) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java1238 public Ref getRef(int columnIndex) throws SQLException { method in class:StubJdbcRowSetImpl
1263 public Ref getRef(String columnLabel) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java1445 public Ref getRef(int columnIndex) throws SQLException { method in class:StubWebRowSetImpl
1470 public Ref getRef(String columnLabel) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java1232 public Ref getRef(int columnIndex) throws SQLException { method in class:StubSyncResolver
1257 public Ref getRef(String columnLabel) throws SQLException { method in class:StubSyncResolver
H A DStubJoinRowSetImpl.java1529 public Ref getRef(int columnIndex) throws SQLException { method in class:StubJoinRowSetImpl
1554 public Ref getRef(String columnLabel) throws SQLException { method in class:StubJoinRowSetImpl
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java468 public Entry getRef(int bandIndex) { throw undef(); } method in class:Attribute.ValueStream
H A DConstantPool.java214 public Entry getRef(int i) { method in class:ConstantPool.Entry
390 public Entry getRef(int i) { return i == 0 ? ref : null; } method in class:ConstantPool.StringEntry
422 public Entry getRef(int i) { return i == 0 ? ref : null; } method in class:ConstantPool.ClassEntry
452 public Entry getRef(int i) { method in class:ConstantPool.DescriptorEntry
523 public Entry getRef(int i) { method in class:ConstantPool.MemberEntry
590 public Entry getRef(int i) { method in class:ConstantPool.SignatureEntry
847 public Entry getRef(int i) { return i == 0 ? memRef : null; } method in class:ConstantPool.MethodHandleEntry
896 public Entry getRef(int i) { return i == 0 ? typeRef : null; } method in class:ConstantPool.MethodTypeEntry
932 public Entry getRef(int i) { method in class:ConstantPool.InvokeDynamicEntry
985 public Entry getRef(in method in class:ConstantPool.BootstrapMethodEntry
[all...]
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3447 public Ref getRef(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
3521 public Ref getRef(String columnName) throws SQLException { method in class:JoinRowSetImpl
H A DJdbcRowSetImpl.java3204 public Ref getRef(int i) throws SQLException { method in class:JdbcRowSetImpl
3294 public Ref getRef(String colName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java5759 public Ref getRef(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
5940 public Ref getRef(String colName) throws SQLException { method in class:CachedRowSetImpl
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java3791 public Ref getRef(int columnIndex) throws SQLException { method in class:SyncResolverImpl
3890 public Ref getRef(String colName) throws SQLException { method in class:SyncResolverImpl
/openjdk10/jdk/src/jdk.pack/share/native/common-unpack/
H A Dbands.h103 entry* getRef() { return getRefCommon(ix, false); } function in struct:band

Completed in 508 milliseconds

12