WebLogic Process Integrator Version 1.1

com.bea.wlpi.server.serverproperties
Interface ServerProperties


public interface ServerProperties
extends javax.ejb.EJBObject

Provides information about the WebLogic Process Integrator Server.

See Also:
ServerPropertiesHome

Field Summary
static java.lang.String NAME_PROPERTY
          Property name used to retrieve the product name: "product.name"
 
Method Summary
 java.util.Properties getProperties()
          Return the server's properties.
 VersionInfo getServerVersion()
          Return the server version.
 VersionInfo getTemplateDefinitionVersion()
          Return the template definition version supported by the server.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

NAME_PROPERTY

public static final java.lang.String NAME_PROPERTY
Property name used to retrieve the product name: "product.name"
Method Detail

getServerVersion

public VersionInfo getServerVersion()
                             throws java.rmi.RemoteException
Return the server version.
Returns:
an object representing the server's version number.

getTemplateDefinitionVersion

public VersionInfo getTemplateDefinitionVersion()
                                         throws java.rmi.RemoteException
Return the template definition version supported by the server.
Returns:
the template definition version.

getProperties

public java.util.Properties getProperties()
                                   throws java.rmi.RemoteException
Return the server's properties. The object returned contains the Java system properties and additional properties whose names are described herein.
Returns:
The server properties.

WebLogic Process Integrator Version 1.1

WebLogic and Process Integrator are trademarks of BEA Systems, Inc.
Copyright (c) 2000 BEA Systems, Inc., 8920 Woodbine Avenue, Suite 400,
Markham, Ontario L3R 9W9 Canada. All rights reserved.