org.mc4j.ems.connection.support.metadata
Class Tomcat55ConnectionTypeDescriptor

java.lang.Object
  extended by org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
      extended by org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
          extended by org.mc4j.ems.connection.support.metadata.J2SE5ConnectionTypeDescriptor
              extended by org.mc4j.ems.connection.support.metadata.Tomcat55ConnectionTypeDescriptor
All Implemented Interfaces:
java.io.Serializable, ConnectionTypeDescriptor

public class Tomcat55ConnectionTypeDescriptor
extends J2SE5ConnectionTypeDescriptor

Version:
$Revision: 1.2 $($Author: ghinkl $ / $Date: 2006/04/12 19:11:33 $)
Author:
Greg Hinkle (ghinkle@users.sourceforge.net), Sep 30, 2004
See Also:
Serialized Form

Constructor Summary
Tomcat55ConnectionTypeDescriptor()
           
 
Method Summary
 java.lang.String[] getConnectionClasspathEntries()
           
 java.lang.String getConnectionType()
           
 java.lang.String getDisplayName()
           
 java.lang.String getRecongnitionPath()
           
 java.lang.String getServerVersion(java.io.File recognitionFile)
           
 boolean isMEJBCompliant()
           
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.J2SE5ConnectionTypeDescriptor
getDefaultServerUrl
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
getConnectionMessage, getConnectionNodeClassName, getDefaultCredentials, getDefaultInitialContext, getDefaultJndiName, getDefaultPrincipal, getExtrasLibrary
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
equals, getDefaultAdvancedProperties, hashCode, isUseChildFirstClassLoader, isUseManagementHome, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tomcat55ConnectionTypeDescriptor

public Tomcat55ConnectionTypeDescriptor()
Method Detail

isMEJBCompliant

public boolean isMEJBCompliant()
Specified by:
isMEJBCompliant in interface ConnectionTypeDescriptor
Overrides:
isMEJBCompliant in class J2SE5ConnectionTypeDescriptor

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface ConnectionTypeDescriptor
Overrides:
getDisplayName in class J2SE5ConnectionTypeDescriptor

getConnectionClasspathEntries

public java.lang.String[] getConnectionClasspathEntries()
Specified by:
getConnectionClasspathEntries in interface ConnectionTypeDescriptor
Overrides:
getConnectionClasspathEntries in class JSR160ConnectionTypeDescriptor

getRecongnitionPath

public java.lang.String getRecongnitionPath()
Specified by:
getRecongnitionPath in interface ConnectionTypeDescriptor
Overrides:
getRecongnitionPath in class JSR160ConnectionTypeDescriptor

getConnectionType

public java.lang.String getConnectionType()
Specified by:
getConnectionType in interface ConnectionTypeDescriptor
Overrides:
getConnectionType in class J2SE5ConnectionTypeDescriptor

getServerVersion

public java.lang.String getServerVersion(java.io.File recognitionFile)
Specified by:
getServerVersion in interface ConnectionTypeDescriptor
Overrides:
getServerVersion in class AbstractConnectionTypeDescriptor