|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.slice.Slice
public class Slice
Represents a database slice of immutable logical name, a configuration and status.
| Nested Class Summary | |
|---|---|
static class |
Slice.Status
|
| Constructor Summary | |
|---|---|
Slice(String name,
OpenJPAConfiguration conf)
Supply the logical name and configuration. |
|
| Method Summary | |
|---|---|
int |
compareTo(Slice other)
|
boolean |
equals(Object other)
Equals by name. |
OpenJPAConfiguration |
getConfiguration()
|
String |
getName()
Gets the immutable logical name. |
Slice.Status |
getStatus()
|
int |
hashCode()
|
boolean |
isActive()
|
void |
setStatus(Slice.Status status)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Slice(String name,
OpenJPAConfiguration conf)
| Method Detail |
|---|
public String getName()
public OpenJPAConfiguration getConfiguration()
public Slice.Status getStatus()
public void setStatus(Slice.Status status)
public boolean isActive()
public String toString()
toString in class Objectpublic int compareTo(Slice other)
compareTo in interface Comparable<Slice>public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.