ch.goodsolutions.olat.jmx
Class AppDescriptor
java.lang.Object
ch.goodsolutions.olat.jmx.AppDescriptor
public class AppDescriptor
- extends java.lang.Object
OLAT - Online Learning and Training
http://www.olat.org
This software is protected by the OLAT software license.
Use is subject to license terms.
See LICENSE.TXT in this distribution for details.
Copyright (c) 2005-2006 by JGS goodsolutions GmbH, Switzerland
http://www.goodsolutions.ch
All rights reserved.
|
Constructor Summary |
AppDescriptor(java.lang.String contextPath,
java.lang.String webappBasePath,
java.lang.String state,
java.lang.String instanceID,
java.lang.String version,
java.lang.String build)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppDescriptor
public AppDescriptor(java.lang.String contextPath,
java.lang.String webappBasePath,
java.lang.String state,
java.lang.String instanceID,
java.lang.String version,
java.lang.String build)
isGenuinOLAT
public boolean isGenuinOLAT()
getContextPath
public java.lang.String getContextPath()
getWebappBasePath
public java.lang.String getWebappBasePath()
getState
public java.lang.String getState()
getInstanceID
public java.lang.String getInstanceID()
getVersion
public java.lang.String getVersion()
getBuild
public java.lang.String getBuild()
setState
public void setState(java.lang.String state)