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

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
All Implemented Interfaces:
java.io.Serializable, ConnectionTypeDescriptor
Direct Known Subclasses:
Tomcat55ConnectionTypeDescriptor

public class J2SE5ConnectionTypeDescriptor
extends JSR160ConnectionTypeDescriptor

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
J2SE5ConnectionTypeDescriptor()
           
 
Method Summary
 java.lang.String getConnectionType()
           
 java.lang.String getDefaultServerUrl()
          Typically used to provide an example template for the url necessary to connect to this server type.
 java.lang.String getDisplayName()
           
 boolean isMEJBCompliant()
           
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
getConnectionClasspathEntries, getConnectionMessage, getConnectionNodeClassName, getDefaultCredentials, getDefaultInitialContext, getDefaultJndiName, getDefaultPrincipal, getExtrasLibrary, getRecongnitionPath
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
equals, getDefaultAdvancedProperties, getServerVersion, hashCode, isUseChildFirstClassLoader, isUseManagementHome, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

J2SE5ConnectionTypeDescriptor

public J2SE5ConnectionTypeDescriptor()
Method Detail

isMEJBCompliant

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

getDisplayName

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

getDefaultServerUrl

public java.lang.String getDefaultServerUrl()
Description copied from interface: ConnectionTypeDescriptor
Typically used to provide an example template for the url necessary to connect to this server type.

Specified by:
getDefaultServerUrl in interface ConnectionTypeDescriptor
Overrides:
getDefaultServerUrl in class JSR160ConnectionTypeDescriptor
Returns:
The default server url for connecting to this server type.

getConnectionType

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