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

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
              extended by org.mc4j.ems.connection.support.metadata.InternalVMTypeDescriptor
All Implemented Interfaces:
java.io.Serializable, ConnectionTypeDescriptor

public class InternalVMTypeDescriptor
extends J2SE5ConnectionTypeDescriptor

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_DOMAIN_SEARCH
           
 
Constructor Summary
InternalVMTypeDescriptor()
           
 
Method Summary
 java.lang.String getConnectionNodeClassName()
           
 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, 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
 

Field Detail

DEFAULT_DOMAIN_SEARCH

public static final java.lang.String DEFAULT_DOMAIN_SEARCH
See Also:
Constant Field Values
Constructor Detail

InternalVMTypeDescriptor

public InternalVMTypeDescriptor()
Method Detail

isMEJBCompliant

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

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 J2SE5ConnectionTypeDescriptor
Returns:
The default server url for connecting to this server type.

getDisplayName

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

getConnectionType

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

getConnectionNodeClassName

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