com.ibm.commerce.attachment.content.resources
Class AttachmentContainer
- java.lang.Object
-
- com.ibm.commerce.context.content.resources.AbstractResourceContainerImpl
-
- com.ibm.commerce.attachment.content.resources.AttachmentContainer
-
- All Implemented Interfaces:
- PostPublishDataProcessor, ResourceContainer
public class AttachmentContainer extends AbstractResourceContainerImpl implements ResourceContainer
The attachment managed resource container.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
ATCHAST
Constant for a content managed table managed by this container.static java.lang.String
ATCHASTLG
Constant for a content managed table managed by this container.static java.lang.String
ATCHREL
Constant for a content managed table managed by this container.static java.lang.String
ATCHRELDSC
Constant for a content managed table managed by this container.static java.lang.String
ATCHRLUS
Constant for a content managed table managed by this container.static java.lang.String
ATCHRLUSDS
Constant for a content managed table managed by this container.static java.lang.String
ATCHTGT
Constant for a content managed table managed by this container.static java.lang.String
ATCHTGTDSC
Constant for a content managed table managed by this container.static java.lang.String
COPYRIGHT
IBM copyright notice field.-
Fields inherited from class com.ibm.commerce.context.content.resources.AbstractResourceContainerImpl
RESOURCE_MANAGER_CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor and Description AttachmentContainer()
Creates the attachment managed resource container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description ResourceManager
getResourceManager(java.lang.String resourceName)
Returns the resource manager for the specified name.static ResourceContainer
singleton()
Returns the configured instance of the attachment container.-
Methods inherited from class com.ibm.commerce.context.content.resources.AbstractResourceContainerImpl
commit, getMetaData, getResourceManagers, initialize, postPublish, processPostPublishData, publish, rollback, setMetaData, synchronize, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.context.content.resources.ResourceContainer
commit, getMetaData, getResourceManagers, initialize, postPublish, publish, rollback, setMetaData, synchronize
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
ATCHAST
public static final java.lang.String ATCHAST
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHASTLG
public static final java.lang.String ATCHASTLG
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHTGT
public static final java.lang.String ATCHTGT
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHTGTDSC
public static final java.lang.String ATCHTGTDSC
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHREL
public static final java.lang.String ATCHREL
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHRELDSC
public static final java.lang.String ATCHRELDSC
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHRLUS
public static final java.lang.String ATCHRLUS
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
ATCHRLUSDS
public static final java.lang.String ATCHRLUSDS
Constant for a content managed table managed by this container.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachmentContainer
public AttachmentContainer()
Creates the attachment managed resource container.
-
-
Method Detail
-
singleton
public static ResourceContainer singleton()
Returns the configured instance of the attachment container.- Returns:
- The configured instance of the attachment container.
-
getResourceManager
public ResourceManager getResourceManager(java.lang.String resourceName)
Returns the resource manager for the specified name. If the resource manager is not found, then a default is returned if defined.- Specified by:
getResourceManager
in interfaceResourceContainer
- Overrides:
getResourceManager
in classAbstractResourceContainerImpl
- Parameters:
resourceName
- The resource name.- Returns:
- The resource manager for the resource.
- See Also:
ResourceContainer.getResourceManager(java.lang.String)
-
-