org.apache.ws.jaxme.sqls.db2

Class TableSpaceImpl.DatabaseManagedContainerImpl

Enclosing Class:
TableSpaceImpl
Implemented Interfaces:
TableSpace.Container, TableSpace.DatabaseManagedContainer

public static class TableSpaceImpl.DatabaseManagedContainerImpl
extends java.lang.Object
implements TableSpace.DatabaseManagedContainer

Method Summary

String
getDevice()
String
getFile()
long
getNumOfPages()
boolean
isDatabaseManaged()
Returns whether the container is database managed If this is the case, the container may be casted to a TableSpace.DatabaseManagedContainer.
boolean
isSystemManaged()
Returns whether the container is system managed (aka an operating system file).
void
setDevice(String pDevice)
void
setFile(String pFile)
void
setNumOfPages(long pNumOfPages)

Method Details

getDevice

public String getDevice()
Specified by:
getDevice in interface TableSpace.DatabaseManagedContainer

getFile

public String getFile()
Specified by:
getFile in interface TableSpace.DatabaseManagedContainer

getNumOfPages

public long getNumOfPages()
Specified by:
getNumOfPages in interface TableSpace.DatabaseManagedContainer

isDatabaseManaged

public boolean isDatabaseManaged()
Specified by:
isDatabaseManaged in interface TableSpace.Container

isSystemManaged

public boolean isSystemManaged()
Specified by:
isSystemManaged in interface TableSpace.Container

setDevice

public void setDevice(String pDevice)

setFile

public void setFile(String pFile)

setNumOfPages

public void setNumOfPages(long pNumOfPages)