|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Page
A Page represents a memory page.
Constructor Summary | |
Page(PCB proc,
int pageNum,
int perm)
new Page(proc, pageNum, perm) returns a new page owned by process proc. |
Method Summary | |
PCB |
getOwner()
pg.getOwner() returns the process that owns pg. |
int |
getPageNumber()
pg.getPageNumber() returns the page number for pg. |
int |
getPermissions()
pg.getPermissions() returns the read, write, and execute permissions for pg. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Page(PCB proc, int pageNum, int perm)
Method Detail |
public PCB getOwner()
public int getPageNumber()
public int getPermissions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |