Searched refs:fetchAttribute (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXClient.java106 private <T> T fetchAttribute( String name, Class<T> type ) { method in class:AMXClient
115 throw new GmbalException( "Exception in fetchAttribute", exc ) ;
117 throw new GmbalException( "Exception in fetchAttribute", exc ) ;
135 return fetchAttribute( "Name", String.class ) ;
163 ObjectName res = fetchAttribute( "Parent", ObjectName.class ) ;
168 ObjectName[] onames = fetchAttribute( "Children",

Completed in 47 milliseconds