org.mc4j.ems.connection.support.metadata
Class JSR160ConnectionTypeDescriptor
java.lang.Object
org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
- All Implemented Interfaces:
- java.io.Serializable, ConnectionTypeDescriptor
- Direct Known Subclasses:
- GeronimoConnectionTypeDescriptor, J2SE5ConnectionTypeDescriptor, SJSASConnectionTypeDescriptor, Weblogic9ConnectionTypeDescriptor, Weblogic9Jsr77ConnectionTypeDescriptor
public class JSR160ConnectionTypeDescriptor
- extends AbstractConnectionTypeDescriptor
- Version:
- $Revision: 572 $($Author: ghinkl $ / $Date: 2006-04-16 23:07:26 -0400 (Sun, 16 Apr 2006) $)
- Author:
- Greg Hinkle (ghinkle@users.sourceforge.net), Sep 30, 2004
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JSR160ConnectionTypeDescriptor
public JSR160ConnectionTypeDescriptor()
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.
getDefaultPrincipal
public java.lang.String getDefaultPrincipal()
getDefaultCredentials
public java.lang.String getDefaultCredentials()
getDefaultInitialContext
public java.lang.String getDefaultInitialContext()
getDefaultJndiName
public java.lang.String getDefaultJndiName()
getConnectionType
public java.lang.String getConnectionType()
getConnectionMessage
public java.lang.String getConnectionMessage()
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