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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAdapter.java67 super(getRef(adapter,copy),NavigatorImpl.theInstance);
72 static NClass getRef( final Class<? extends XmlAdapter> adapter, boolean copy ) { method in class:CAdapter
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java83 public RemoteRef getRef() { method in class:RemoteObject
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef.java65 public RemoteRef getRef() { return ref; } method in class:UseCustomRef
92 RemoteRef ref = cr.getRef();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java118 public Integer getRef() { method in class:Test6921644.Author
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java241 private synchronized RemoteRef getRef() method in class:ActivatableRef
280 newRef = (ActivatableRef) ((RemoteStub) proxy).getRef();
291 newRef = (ActivatableRef) handler.getRef();
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java407 ref = parts.getRef();
828 public String getRef() { method in class:URL
1333 String getRef() { method in class:Parts
/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java445 Ref getRef (int parameterIndex) throws SQLException; method in interface:CallableStatement
1614 Ref getRef (String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java2466 Ref getRef(int columnIndex) throws SQLException; method in interface:ResultSet
2558 Ref getRef(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java317 assert refTable.containsKey(refEntry.getRef());
319 refTable.remove(refEntry.getRef());
690 ids[i] = iter.next().getRef().getObjID();
719 public LiveRef getRef() { method in class:DGCClient.EndpointEntry.RefEntry
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java418 public Entry getRef(int bandIndex) { throw undef(); } method in class:Attribute.ValueStream
1394 Entry globalRef = in.getRef(bandIndex);
1513 public Entry getRef(int bandIndex) {
H A DConstantPool.java155 public Entry getRef(int i) { method in class:ConstantPool.Entry
301 public Entry getRef(int i) { return i == 0 ? ref : null; } method in class:ConstantPool.StringEntry
333 public Entry getRef(int i) { return i == 0 ? ref : null; } method in class:ConstantPool.ClassEntry
363 public Entry getRef(int i) { method in class:ConstantPool.DescriptorEntry
425 public Entry getRef(int i) { method in class:ConstantPool.MemberEntry
488 public Entry getRef(int i) { method in class:ConstantPool.SignatureEntry
1135 /** Close the set cpRefs under the getRef(*) relation.
1159 Entry re = e.getRef(i);
H A DBandStructure.java1016 public Entry getRef() { method in class:BandStructure.CPRefBand
1021 public Entry getRef(Index index) { method in class:BandStructure.CPRefBand
1025 public Entry getRef(byte cptag) { method in class:BandStructure.CPRefBand
1026 return getRef(getCPIndex(cptag));
1070 Utils.log.fine("getRef "+n+" => "+e);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3442 public Ref getRef(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
3443 return crsInternal.getRef(columnIndex);
3516 public Ref getRef(String columnName) throws SQLException { method in class:JoinRowSetImpl
3517 return crsInternal.getRef(columnName);
H A DJdbcRowSetImpl.java3216 public Ref getRef(int i) throws SQLException { method in class:JdbcRowSetImpl
3219 return rs.getRef(i);
3306 public Ref getRef(String colName) throws SQLException { method in class:JdbcRowSetImpl
3307 return getRef(findColumn(colName));
H A DCachedRowSetImpl.java5750 * @see #getRef(String)
5752 public Ref getRef(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
5931 * @see #getRef(int)
5933 public Ref getRef(String colName) throws SQLException { method in class:CachedRowSetImpl
5934 return getRef(getColIdxByName(colName));
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java3773 * @see #getRef(String)
3775 public Ref getRef(int columnIndex) throws SQLException { method in class:SyncResolverImpl
3872 * @see #getRef(int)
3874 public Ref getRef(String colName) throws SQLException { method in class:SyncResolverImpl
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h105 entry* getRef() { return getRefCommon(ix, false); } function in struct:band

Completed in 178 milliseconds