|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.ejb.ClassDetection
Classes that implement this interface are capable of detecting the current application server.
Constructor Summary | |
ClassDetection()
|
Method Summary | |
protected abstract java.lang.String |
getClassName()
Gets the class name of the class to detect. |
abstract 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassDetection()
Method Detail |
public boolean isDetected()
isDetected
in interface IDetection
public abstract java.lang.String getName()
getName
in interface IDetection
protected abstract java.lang.String getClassName()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |