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

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

public class LocalVMTypeDescriptor
extends J2SE5ConnectionTypeDescriptor

See Also:
Serialized Form

Constructor Summary
LocalVMTypeDescriptor()
           
 
Method Summary
 java.lang.String getConnectionNodeClassName()
           
 java.lang.String getConnectionType()
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class org.mc4j.ems.connection.support.metadata.J2SE5ConnectionTypeDescriptor
getDefaultServerUrl, 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
 

Constructor Detail

LocalVMTypeDescriptor

public LocalVMTypeDescriptor()
Method Detail

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