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

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

public class Weblogic9ConnectionTypeDescriptor
extends JSR160ConnectionTypeDescriptor

Version:
$Revision: 570 $($Author: ghinkl $ / $Date: 2006-04-12 15:14:16 -0400 (Wed, 12 Apr 2006) $)
Author:
Greg Hinkle (ghinkle@users.sourceforge.net), Sep 30, 2004
See Also:
Serialized Form

Constructor Summary
Weblogic9ConnectionTypeDescriptor()
           
 
Method Summary
 java.lang.String[] getConnectionClasspathEntries()
           
 java.lang.String getConnectionMessage()
           
 java.lang.String getConnectionType()
           
 java.util.Properties getDefaultAdvancedProperties()
           
 java.lang.String getDefaultInitialContext()
           
 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 getRecongnitionPath()
           
 boolean isMEJBCompliant()
           
 boolean isUseManagementHome()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
getConnectionNodeClassName, getDefaultCredentials, getDefaultJndiName, getDefaultPrincipal, getExtrasLibrary
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
equals, getServerVersion, hashCode, isUseChildFirstClassLoader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Weblogic9ConnectionTypeDescriptor

public Weblogic9ConnectionTypeDescriptor()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

isMEJBCompliant

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

isUseManagementHome

public boolean isUseManagementHome()
Specified by:
isUseManagementHome in interface ConnectionTypeDescriptor
Overrides:
isUseManagementHome in class AbstractConnectionTypeDescriptor

getDisplayName

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

getConnectionMessage

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

getDefaultAdvancedProperties

public java.util.Properties getDefaultAdvancedProperties()
Specified by:
getDefaultAdvancedProperties in interface ConnectionTypeDescriptor
Overrides:
getDefaultAdvancedProperties in class AbstractConnectionTypeDescriptor

getRecongnitionPath

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

getDefaultInitialContext

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

getConnectionClasspathEntries

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