© 2001 BEA Systems, Inc.

com.beasys.commerce.servicemanager
Interface CommerceServiceManager


public interface CommerceServiceManager

ServiceManager for the commerce and personalization servers.


Method Summary
 java.lang.String getCampaignVersion()
          Get the campaign version only.
 java.lang.String getCommerceVersion()
          Get the commerce version only.
 java.lang.String getPersonalizationVersion()
          Get the personalization version only.
 java.lang.String getVersion()
          Get the version for the entire server.
 

Method Detail

getVersion

public java.lang.String getVersion()
                            throws java.rmi.RemoteException
Get the version for the entire server.
Returns:
String the version of both servers.
Throws:
RemoteException -  

getCommerceVersion

public java.lang.String getCommerceVersion()
                                    throws java.rmi.RemoteException
Get the commerce version only.
Returns:
String
Throws:
RemoteException -  

getPersonalizationVersion

public java.lang.String getPersonalizationVersion()
                                           throws java.rmi.RemoteException
Get the personalization version only.
Returns:
String
Throws:
RemoteException -  

getCampaignVersion

public java.lang.String getCampaignVersion()
                                    throws java.rmi.RemoteException
Get the campaign version only.
Returns:
String
Throws:
RemoteException -  

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved