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

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.SJSASConnectionTypeDescriptor
All Implemented Interfaces:
java.io.Serializable, ConnectionTypeDescriptor

public class SJSASConnectionTypeDescriptor
extends JSR160ConnectionTypeDescriptor

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

Constructor Summary
SJSASConnectionTypeDescriptor()
           
 
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()
           
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
getConnectionClasspathEntries, getConnectionMessage, getConnectionNodeClassName, getDefaultCredentials, getDefaultInitialContext, getDefaultJndiName, getDefaultPrincipal, getExtrasLibrary, getRecongnitionPath, isMEJBCompliant
 
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

SJSASConnectionTypeDescriptor

public SJSASConnectionTypeDescriptor()
Method Detail

getDisplayName

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

getConnectionType

public java.lang.String getConnectionType()
Specified by:
getConnectionType in interface ConnectionTypeDescriptor
Overrides:
getConnectionType 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.