BEA Systems, Inc.

com.beasys.commerce.servicemanager
Interface CommerceServiceManager


public interface CommerceServiceManager
extends javax.ejb.EJBObject

ServiceManager for the commerce and personalization servers.


Method Summary
 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.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

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 -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved