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

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

public class Mx4jConnectionTypeDescriptor
extends AbstractConnectionTypeDescriptor

Version:
$Revision: 582 $($Author: ghinkl $ / $Date: 2007-04-10 18:12:17 -0400 (Tue, 10 Apr 2007) $)
Author:
Greg Hinkle (ghinkle@users.sourceforge.net), Sep 30, 2004
See Also:
Serialized Form

Constructor Summary
Mx4jConnectionTypeDescriptor()
           
 
Method Summary
 java.lang.String[] getConnectionClasspathEntries()
           
 java.lang.String getConnectionMessage()
           
 java.lang.String getConnectionNodeClassName()
           
 java.lang.String getConnectionType()
           
 java.lang.String getDefaultCredentials()
           
 java.lang.String getDefaultInitialContext()
           
 java.lang.String getDefaultJndiName()
           
 java.lang.String getDefaultPrincipal()
           
 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()
           
 java.lang.String getExtrasLibrary()
           
 java.lang.String getRecongnitionPath()
           
 boolean 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

Mx4jConnectionTypeDescriptor

public Mx4jConnectionTypeDescriptor()
Method Detail

isMEJBCompliant

public boolean isMEJBCompliant()

getDisplayName

public java.lang.String getDisplayName()

getRecongnitionPath

public java.lang.String getRecongnitionPath()

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.

Returns:
The default server url for connecting to this server type.

getDefaultJndiName

public java.lang.String getDefaultJndiName()

getDefaultInitialContext

public java.lang.String getDefaultInitialContext()

getConnectionMessage

public java.lang.String getConnectionMessage()

getDefaultPrincipal

public java.lang.String getDefaultPrincipal()

getDefaultCredentials

public java.lang.String getDefaultCredentials()

getConnectionType

public java.lang.String getConnectionType()

getConnectionClasspathEntries

public java.lang.String[] getConnectionClasspathEntries()

getConnectionNodeClassName

public java.lang.String getConnectionNodeClassName()

getExtrasLibrary

public java.lang.String getExtrasLibrary()
Specified by:
getExtrasLibrary in interface ConnectionTypeDescriptor
Overrides:
getExtrasLibrary in class AbstractConnectionTypeDescriptor