Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policymanager.ejb.impl
Class BuildInfoService

java.lang.Object
  extended by oracle.wsm.policymanager.ejb.impl.BuildInfoService

All Implemented Interfaces:
Remote, IBuildInfoServiceLocal, IBuildInfoServiceRemote, IBuildInfoService

public class BuildInfoService
extends Object
implements IBuildInfoServiceRemote, IBuildInfoServiceLocal

EJB implementation for the BuildInfoService


Field Summary

 

Fields inherited from interface oracle.wsm.policymanager.IBuildInfoService
ALL, WSM_PMLIB, WSM_PMSERVER, WSM_POLICY_CORE, WSM_SECPOL

 

Constructor Summary
BuildInfoService()
           

 

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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BuildInfoService

public BuildInfoService()

Method Detail

getBuildInfo

public String getBuildInfo(String jarFile)
                    throws PolicyManagerException
Returns build information for the specified JAR file.
Specified by:
getBuildInfo in interface IBuildInfoService
Parameters:
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.
Returns:
A string containing all supported build information fields.
Throws:
PolicyManagerException - if jarFile is empty or invalid.

getBuildInfoMap

public Map<String,String> getBuildInfoMap(String jarFile)
                                   throws PolicyManagerException
Returns build information for the specified JAR file.
Specified by:
getBuildInfoMap in interface IBuildInfoService
Parameters:
jarFile - The JAR file(s) for which to retrieve build information.
Returns:
A map of all supported build information fields.
Throws:
PolicyManagerException - if jarFile is empty or invalid.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.