| Class and Description |
|---|
| org.rhq.modules.plugins.jbossas7.AS7Authenticator
as of 4.7. It is no longer used in
ASConnection nor in ASUploadConnection. |
| Field and Description |
|---|
| org.rhq.modules.plugins.jbossas7.ASConnection.MANAGEMENT
as of 4.7. Use
ASConnection.MANAGEMENT_URI constant instead |
| Method and Description |
|---|
| org.rhq.modules.plugins.jbossas7.JBossProductType.determineJBossProductType(File)
"Use the version with the apiVersion"
|
| org.rhq.modules.plugins.jbossas7.ASUploadConnection.getOutputStream(String)
as of 4.6. Instances of this class should be created with fileName supplied to the constructor.
If the caller does that there is no reason for late initialization of fileName. Then use
ASUploadConnection.getOutputStream() instead. |
| Constructor and Description |
|---|
| org.rhq.modules.plugins.jbossas7.ASUploadConnection(ASConnection)
as of 4.6. This class is not reusable so there is no reason not to provide the filename to the
constructor. Use {@link #ASUploadConnection(ASConnection, String) instead.
|
| org.rhq.modules.plugins.jbossas7.ASUploadConnection(String, int, String, String)
as of 4.6. This class is not reusable so there is no reason not to provide the filename to the
constructor. Use
ASUploadConnection.ASUploadConnection(String, int, String, String, String) instead. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.