org.apache.ws.jaxme.sqls.db2

Interface TableSpace.SystemManagedContainer

All Superinterfaces:
TableSpace.Container
Known Implementing Classes:
TableSpaceImpl.SystemManagedContainerImpl

public static interface TableSpace.SystemManagedContainer
extends TableSpace.Container

Interface of a system managed container, aka operating system file. A container may be casted to a SystemManagedContainer, if and only if isSystemManaged() == true.

Method Summary

String
getFile()
Returns the containers file name.

Methods inherited from interface org.apache.ws.jaxme.sqls.db2.TableSpace.Container

isDatabaseManaged, isSystemManaged

Method Details

getFile

public String getFile()
Returns the containers file name.