com.beasys.commerce.servicemanager
Interface CommerceServiceManager
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface CommerceServiceManager
- extends javax.ejb.EJBObject
ServiceManager for the commerce and personalization
servers.
- Version:
- $Revision$, $Date$
- Author:
- smusson
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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
-
Copyright © 2000 BEA Systems, Inc. All Rights Reserved