org.mc4j.ems.connection.support.metadata
Class InternalVMTypeDescriptor
java.lang.Object
org.mc4j.ems.connection.support.metadata.AbstractConnectionTypeDescriptor
org.mc4j.ems.connection.support.metadata.JSR160ConnectionTypeDescriptor
org.mc4j.ems.connection.support.metadata.J2SE5ConnectionTypeDescriptor
org.mc4j.ems.connection.support.metadata.InternalVMTypeDescriptor
- All Implemented Interfaces:
- java.io.Serializable, ConnectionTypeDescriptor
public class InternalVMTypeDescriptor
- extends J2SE5ConnectionTypeDescriptor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT_DOMAIN_SEARCH
public static final java.lang.String DEFAULT_DOMAIN_SEARCH
- See Also:
- Constant Field Values
InternalVMTypeDescriptor
public InternalVMTypeDescriptor()
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