|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITenantBase
This interface contains methods that allow you to manage a tenant's configuration information.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
int |
getConcurrentLogonLimit()
Returns the number of concurrent log-ons allowed for this tenant. |
void |
setConcurrentLogonLimit(int limit)
Sets the number of concurrent log-ons allowed for this tenant. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
int getConcurrentLogonLimit()
void setConcurrentLogonLimit(int limit)
limit - Integer representing the number of concurrent log-ons allowed by this tenant.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||