org.jwarp.service.security
Class SQLSystemObject
java.lang.Object
|
+--org.jwarp.service.groups.Item
|
+--org.jwarp.service.security.SQLSystemObject
- All Implemented Interfaces:
- IItem, ISecurityObject, java.io.Serializable
- public class SQLSystemObject
- extends Item
- implements ISecurityObject
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jwarp.service.groups.IItem |
getID |
SQLcreateObject
protected static java.lang.String SQLcreateObject
SQLselectIdentity
protected static java.lang.String SQLselectIdentity
SQLreadObject
protected static java.lang.String SQLreadObject
SQLreadObjectByName
protected static java.lang.String SQLreadObjectByName
name
protected java.lang.String name
description
protected java.lang.String description
pool
protected ConnectionPool pool
SQLSystemObject
public SQLSystemObject(int id,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException
SQLSystemObject
public SQLSystemObject(java.lang.String name,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException
SQLSystemObject
public SQLSystemObject(java.lang.String name,
java.lang.String description,
java.lang.Object additional,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException
setPool
public void setPool(ConnectionPool pool)
getName
public java.lang.String getName()
- Specified by:
getName in interface ISecurityObject
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ISecurityObject
getAccessList
public java.util.List getAccessList()
- Specified by:
getAccessList in interface ISecurityObject