Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.sqls.db2.TableSpaceImpl.DatabaseManagedContainerImpl
public static class TableSpaceImpl.DatabaseManagedContainerImpl
extends java.lang.Object
implements TableSpace.DatabaseManagedContainer
Method Summary | |
String | |
String |
|
long | |
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
public String getDevice()
- Specified by:
- getDevice in interface TableSpace.DatabaseManagedContainer
public long getNumOfPages()
- Specified by:
- getNumOfPages in interface TableSpace.DatabaseManagedContainer
public boolean isDatabaseManaged()
Returns whether the container is database managed If this is the case, the container may be casted to aTableSpace.DatabaseManagedContainer
.
- Specified by:
- isDatabaseManaged in interface TableSpace.Container
public boolean isSystemManaged()
Returns whether the container is system managed (aka an operating system file). If this is the case, the container may be casted to aTableSpace.SystemManagedContainer
.
- Specified by:
- isSystemManaged in interface TableSpace.Container
public void setDevice(String pDevice)
public void setFile(String pFile)
public void setNumOfPages(long pNumOfPages)