com.businessobjects.sdk.plugin.desktop.tenant
Interface ITenantBase

All Known Subinterfaces:
ITenant

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

KIND

static final java.lang.String KIND
See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID
See Also:
Constant Field Values
Method Detail

getConcurrentLogonLimit

int getConcurrentLogonLimit()
Returns the number of concurrent log-ons allowed for this tenant.

Returns:
Integer representing the number of concurrent log-ons allowed by this tenant.
InfoObject properties to query for:
SI_TENANT_LIMIT

setConcurrentLogonLimit

void setConcurrentLogonLimit(int limit)
Sets the number of concurrent log-ons allowed for this tenant.

Parameters:
limit - Integer representing the number of concurrent log-ons allowed by this tenant.