com.metamatrix.common.config.model
Class BasicExtensionModule
java.lang.Object
com.metamatrix.common.namedobject.BasicObject
com.metamatrix.common.config.model.BasicComponentObject
com.metamatrix.common.config.model.BasicComponentDefn
com.metamatrix.common.config.model.BasicExtensionModule
- All Implemented Interfaces:
- ComponentDefn, ComponentObject, ExtensionModule, BaseObject, PropertiedObject, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class BasicExtensionModule
- extends BasicComponentDefn
- implements ExtensionModule
- Since:
- 4.3
- See Also:
- Serialized Form
Fields inherited from interface com.metamatrix.common.config.api.ComponentDefn |
AUTHPROVIDER_COMPONENT_CODE, CONFIGURATION_COMPONENT_CODE, CONNECTOR_COMPONENT_CODE, DEPLOYED_COMPONENT_CODE, HOST_COMPONENT_CODE, PRODUCT_COMPONENT_CODE, PSC_COMPONENT_CODE, RESOURCE_DESCRIPTOR_COMPONENT_CODE, SERVICE_COMPONENT_CODE, SHARED_RESOURCE_COMPONENT_CODE, VM_COMPONENT_CODE |
Methods inherited from class com.metamatrix.common.config.model.BasicComponentObject |
accept, getComponentTypeID, getCreatedBy, getCreatedDate, getCreatedDateString, getDescription, getLastChangedBy, getLastChangedDate, getLastChangedDateString, getProperties, getProperty, setCreatedBy, setCreatedDate, setDescription, setLastChangedBy, setLastChangedDate, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
BasicExtensionModule
public BasicExtensionModule(java.lang.String name,
java.lang.String type,
java.lang.String description,
byte[] contents)
BasicExtensionModule
public BasicExtensionModule(java.lang.String name,
java.lang.String description,
byte[] contents)
BasicExtensionModule
protected BasicExtensionModule(BasicExtensionModule component)
getFileContents
public byte[] getFileContents()
- Specified by:
getFileContents
in interface ExtensionModule
- Returns:
- byte array of file contents
- Since:
- 4.3
- See Also:
ExtensionModule.getFileContents()
getModuleType
public java.lang.String getModuleType()
- Specified by:
getModuleType
in interface ExtensionModule
- Returns:
- String of the Module Type for this Extension Module
- Since:
- 4.3
- See Also:
ExtensionModule.getModuleType()
Copyright © 2009. All Rights Reserved.