com.compoze.ejb
Interface IDetection
- All Known Implementing Classes:
- ClassDetection
- public interface IDetection
Classes that implement this interface are capable of detecting the current
application server.
Method Summary |
java.lang.String |
getName()
Gets the configuration name of the application server that is currently
running. |
boolean |
isDetected()
Returns true if the application server is detected. |
isDetected
public boolean isDetected()
- Returns true if the application server is detected.
- Returns:
- true if the server is detected
getName
public java.lang.String getName()
- Gets the configuration name of the application server that is currently
running.
- Returns:
- the name of the detected server
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.