Searched defs:getObject (Results 151 - 171 of 171) sorted by relevance

1234567

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLParser.java105 return getParentElement().getObject();
135 public T getObject() { method in class:XMLParser.ElementHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DManagedObjectManagerNOPImpl.java108 public Object getObject(ObjectName oname) { method in class:ManagedObjectManagerNOPImpl
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h340 const T& getObject(le_uint32 i, LEErrorCode &success) const { function in class:LEReferenceToArrayOf
/openjdk7/jdk/src/share/classes/sun/util/
H A DLocaleServiceProviderPool.java294 * @param getter an object on which getObject() method
310 * @param getter an object on which getObject() method
331 * @param getter an object on which getObject() method
387 providersObj = getter.getObject(lsp, locale, key, params);
411 providersObj = getter.getObject(lsp, locale, key, params);
540 public S getObject(P lsp, method in interface:LocaleServiceProviderPool.LocalizedObjectGetter
/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java80 * {@link #getObject} retrieves the value.
385 Object getObject(int parameterIndex) throws SQLException; method in interface:CallableStatement
427 Object getObject(int parameterIndex, java.util.Map<String,Class<?>> map) method in interface:CallableStatement
636 * {@link #getObject} retrieves the value.
1119 * @see #getObject
1144 * @see #getObject
1189 * @see #getObject
1556 Object getObject(String parameterName) throws SQLException; method in interface:CallableStatement
1596 Object getObject(String parameterName, java.util.Map<String,Class<?>> map) method in interface:CallableStatement
2468 public <T> T getObject(in method in interface:CallableStatement
2497 public <T> T getObject(String parameterName, Class<T> type) throws SQLException; method in interface:CallableStatement
[all...]
H A DResultSet.java880 * <code>getObject</code> is extended to materialize
887 * if it were a call to: <code>getObject(columnIndex,
902 Object getObject(int columnIndex) throws SQLException; method in interface:ResultSet
920 * <code>getObject</code> is extended to materialize
923 * if it were a call to: <code>getObject(columnIndex,
932 Object getObject(String columnLabel) throws SQLException; method in interface:ResultSet
2448 Object getObject(int columnIndex, java.util.Map<String,Class<?>> map) method in interface:ResultSet
2540 Object getObject(String columnLabel, java.util.Map<String,Class<?>> map) method in interface:ResultSet
4107 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException; method in interface:ResultSet
4137 public <T> T getObject(Strin method in interface:ResultSet
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormatSymbols.java828 public DecimalFormatSymbols getObject( method in class:DecimalFormatSymbols.DecimalFormatSymbolsGetter
H A DDateFormat.java1006 public DateFormat getObject(DateFormatProvider dateFormatProvider, method in class:DateFormat.DateFormatGetter
H A DDateFormatSymbols.java800 public DateFormatSymbols getObject(DateFormatSymbolsProvider dateFormatSymbolsProvider, method in class:DateFormatSymbols.DateFormatSymbolsGetter
H A DNumberFormat.java1139 public NumberFormat getObject(NumberFormatProvider numberFormatProvider, method in class:NumberFormat.NumberFormatGetter
/openjdk7/jdk/src/share/classes/java/util/
H A DCurrency.java627 public String getObject(CurrencyNameProvider currencyNameProvider, method in class:Currency.CurrencyNameGetter
H A DResourceBundle.java162 * as well as a generic <code>getObject</code> method for any other
163 * type of object. When using <code>getObject</code>, you'll
167 * int[] myIntegers = (int[]) myResources.getObject("intList");
303 * The parent bundle is searched by {@link #getObject getObject}
345 * <code>(String) {@link #getObject(java.lang.String) getObject}(key)</code>.
355 return (String) getObject(key);
362 * <code>(String[]) {@link #getObject(java.lang.String) getObject}(ke
388 public final Object getObject(String key) { method in class:ResourceBundle
[all...]
H A DLocale.java2149 public String getObject(LocaleNameProvider localeNameProvider, method in class:Locale.LocaleNameGetter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java409 public Object getObject(ObjectName oname) { return mom.getObject(oname); } method in class:RewritingMOM
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java388 return activeRecursionMgr.getObject(cdrie.offset);
2097 objectValue = activeRecursionMgr.getObject(cdrie.offset);
2191 objectValue = activeRecursionMgr.getObject(cdrie.offset);
2238 objectValue = activeRecursionMgr.getObject(cdrie.offset);
2340 objectValue = activeRecursionMgr.getObject(cdrie.offset);
2707 public Object getObject(int offset) throws IOException { method in class:IIOPInputStream.ActiveRecursionManager
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java680 if (!crsInternal.getObject( crsInternal.getMatchColumnIndexes()[k]).equals
681 (cRowset.getObject(cRowset.getMatchColumnIndexes()[k]))) {
706 crsTemp.updateObject(++colc, crsInternal.getObject(p));
733 crsTemp.updateObject(++colc, crsInternal.getObject(p));
776 crsTemp.updateObject(++colc, cRowset.getObject(q));
1668 * This implementation of the method <code>getObject</code> extends its
1674 * if it were a call to the method <code>getObject(columnIndex,
1687 public Object getObject(int columnIndex) throws SQLException { method in class:JoinRowSetImpl
1688 return crsInternal.getObject(columnIndex);
1704 * This implementation of the method <code>getObject</cod
1727 public Object getObject(int columnIndex, method in class:JoinRowSetImpl
1765 public Object getObject(String columnName) throws SQLException { method in class:JoinRowSetImpl
1786 public Object getObject(String columnName, method in class:JoinRowSetImpl
[all...]
H A DJdbcRowSetImpl.java1635 * <code>getObject</code> is extended to materialize
1638 * if it were a call to: <code>getObject(columnIndex,
1647 public Object getObject(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
1650 return rs.getObject(columnIndex);
1668 * <code>getObject</code> is extended to materialize
1671 * if it were a call to: <code>getObject(columnIndex,
1680 public Object getObject(String columnName) throws SQLException { method in class:JdbcRowSetImpl
1681 return getObject(findColumn(columnName));
3198 public Object getObject(int i, java.util.Map<String,Class<?>> map) method in class:JdbcRowSetImpl
3203 return rs.getObject(
3289 public Object getObject(String colName, java.util.Map<String,Class<?>> map) method in class:JdbcRowSetImpl
7040 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException { method in class:JdbcRowSetImpl
7044 public <T> T getObject(String columnLabel, Class<T> type) throws SQLException { method in class:JdbcRowSetImpl
[all...]
H A DCachedRowSetImpl.java659 * is set then use plain getObject. This lets
661 * getObject with a map in fairly sensible way
664 obj = data.getObject(i);
666 obj = data.getObject(i, map);
1325 vec.add(crsTemp.getObject(column));
2921 * This implementation of the method <code>getObject</code> extends its
2927 * if it were a call to the method <code>getObject(columnIndex,
2938 * @see #getObject(String)
2940 public Object getObject(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
2999 * This implementation of the method <code>getObject</cod
3018 public Object getObject(String columnName) throws SQLException { method in class:CachedRowSetImpl
5689 public Object getObject(int columnIndex, method in class:CachedRowSetImpl
5913 public Object getObject(String columnName, method in class:CachedRowSetImpl
10124 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException { method in class:CachedRowSetImpl
10128 public <T> T getObject(String columnLabel, Class<T> type) throws SQLException { method in class:CachedRowSetImpl
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUnsafe.java182 public native Object getObject(Object o, long offset); method in class:Unsafe
252 public Object getObject(Object o, int offset) { method in class:Unsafe
253 return getObject(o, (long)offset);
905 * load semantics. Otherwise identical to {@link #getObject(Object, long)}
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java148 return crsRes.getObject(index);
164 return crsRes.getObject(columnName);
197 if(crsRes.getObject(index) == null) {
212 if( ((crsSync.getObject(index)).toString()).equals(obj.toString()) ||
213 ((crsRes.getObject(index)).toString()).equals(obj.toString()) ) {
241 if(crsRes.getObject(j) != null) {
282 } //end if (crs.getObject ...) block
340 crsRow.updateObject(col, crsSync.getObject(col));
1926 * This implementation of the method <code>getObject</code> extends its
1932 * if it were a call to the method <code>getObject(columnInde
1945 public Object getObject(int columnIndex) throws SQLException { method in class:SyncResolverImpl
1981 public Object getObject(String columnName) throws SQLException { method in class:SyncResolverImpl
3753 public Object getObject(int columnIndex, method in class:SyncResolverImpl
3854 public Object getObject(String columnName, method in class:SyncResolverImpl
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1728 prins.add((PolicyParser.PrincipalEntry)prinList.getObject(i));
1736 perms.addElement((PolicyParser.PermissionEntry)permList.getObject(i));
1846 editMe = (PolicyParser.PrincipalEntry)prinList.getObject(prinIndex);
1953 editMe = (PolicyParser.PermissionEntry)permList.getObject(permIndex);
3655 public Object getObject(int index) { method in class:TaggedList

Completed in 149 milliseconds

1234567