Deprecated API


Contents
Deprecated Interfaces
javax.resource.spi.security.GenericCredential
          The preferred way to represent generic credential information is via the org.ietf.jgss.GSSCredential interface in J2SE Version 1.4, which provides similar functionality. 
 

Deprecated Methods
javax.resource.ResourceException.getLinkedException()
          J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.. 
javax.resource.cci.ResourceWarning.getLinkedWarning()
          J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class. 
javax.resource.ResourceException.setLinkedException(Exception)
          J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class. 
javax.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning)
          J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class. 
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)