|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.admin.AdminMsg
A message as returned by Sesame in response to a call to one of its administrative services. An AdminMsg consists, apart from the message itself, of a type (status, notification, warning or error), and an associated line and column number (if applicable and available).
| Field Summary | |
static int |
ERROR
Error. |
static int |
NOTIFICATION
Notification. |
static int |
STATUS
Status message. |
static int |
WARNING
Warning. |
| Constructor Summary | |
AdminMsg(int type,
String msg,
int lineNo,
int colNo)
Creates a new RepositoryInfo object. |
|
| Method Summary | |
int |
getColumnNo()
Gets the column number associated with this messages, or -1 if not available or applicable. |
int |
getLineNo()
Gets the line number associated with this messages, or -1 if not available or applicable. |
String |
getMessage()
Gets the actual message. |
int |
getType()
The message's type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int STATUS
public static final int NOTIFICATION
public static final int WARNING
public static final int ERROR
| Constructor Detail |
public AdminMsg(int type,
String msg,
int lineNo,
int colNo)
| Method Detail |
public int getType()
STATUS,
NOTIFICATION,
WARNING,
ERRORpublic String getMessage()
public int getLineNo()
public int getColumnNo()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||