当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
JAXRResponse (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry
Interface JAXRResponse
- All Known Subinterfaces:
- BulkResponse
- All Known Implementing Classes:
- JAXRException
- public interface JAXRResponse
A JAXR requests' response.
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
STATUS_FAILURE
public static final int STATUS_FAILURE
- See Also:
- Constant Field Values
STATUS_SUCCESS
public static final int STATUS_SUCCESS
- See Also:
- Constant Field Values
STATUS_UNAVAILABLE
public static final int STATUS_UNAVAILABLE
- See Also:
- Constant Field Values
STATUS_WARNING
public static final int STATUS_WARNING
- See Also:
- Constant Field Values
getRequestId
public String getRequestId()
throws JAXRException
- Throws:
JAXRException
getStatus
public int getStatus()
throws JAXRException
- Throws:
JAXRException
isAvailable
public boolean isAvailable()
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.