|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildInfoService
A interface for the BuildInfoService
Field Summary | |
---|---|
static String |
ALL |
static String |
WSM_PMLIB |
static String |
WSM_PMSERVER |
static String |
WSM_POLICY_CORE |
static String |
WSM_SECPOL |
Method Summary | |
---|---|
String |
getBuildInfo(String jarFile) Returns build information for the specified JAR file. |
Map<String,String> |
getBuildInfoMap(String jarFile) Returns build information for the specified JAR file. |
Field Detail |
---|
static final String WSM_PMLIB
static final String WSM_PMSERVER
static final String WSM_POLICY_CORE
static final String WSM_SECPOL
static final String ALL
Method Detail |
---|
String getBuildInfo(String jarFile) throws PolicyManagerException, RemoteException
jarFile
- The JAR file(s) for which to retrieve build information. Information can be retrieved for multiple JAR files either by supplying each name in the parameter by by passing '*' to signify all known JAR files.PolicyManagerException
- if jarFile is empty or invalid.RemoteException
Map<String,String> getBuildInfoMap(String jarFile) throws PolicyManagerException, RemoteException
jarFile
- The JAR file(s) for which to retrieve build information.PolicyManagerException
- if jarFile is empty or invalid.RemoteException
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |