|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.infodesire.infobit.InfobitPool
infobit pool - main entry point for infobits. shall handle all infobbit operations and session management
| Field Summary | |
static java.lang.String |
NAME
name of property ( map entry ) holding name of given infobit pool |
static java.lang.String |
SECURITY_PROVIDER
name of property ( map entry ) holding class name of security provider. |
static java.lang.String |
SESSION_PROVIDER
name of property ( map entry ) holding class name of hibernate session provider. |
| Constructor Summary | |
InfobitPool()
|
|
| Method Summary | |
void |
flush()
flush given pool. |
AclManager |
getAclManager()
provide DAO for infobit manipulation. |
InfobitManager |
getInfobitManager()
provide DAO for infobit manipulation. |
InfobitRenderer |
getInfobitRenderer()
Gets the RenderManager attribute of the InfobitPool object |
java.lang.String |
getName()
Gets the Name attribute of the InfobitPool object |
void |
init(java.util.Properties properties)
initialize pool off property map. |
void |
setName(java.lang.String name)
Sets the Name attribute of the InfobitPool object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAME
public static final java.lang.String SESSION_PROVIDER
com.infodesire.infobit.hibernate.DefaultSessionProvider )
public static final java.lang.String SECURITY_PROVIDER
DefaultSecurityProvider )
| Constructor Detail |
public InfobitPool()
| Method Detail |
public java.lang.String getName()
public InfobitManager getInfobitManager()
public AclManager getAclManager()
public InfobitRenderer getInfobitRenderer()
public void setName(java.lang.String name)
name - The new Name value
public void init(java.util.Properties properties)
throws InfobitException
properties - Description of Parameter
InfobitException - Description of Exceptionpublic void flush()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||