Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.plugin.al.px30.management
Interface GroupMBean


public interface GroupMBean

Address List MBean.


Method Summary
 int getGroupNameMaxLength()
          Gets the Group Name Max Length.
 int getGroupSize()
          Gets the Group Size.
 boolean getSubgroupsAllowed()
          Returns true if subgroups are allowed, false otherwise.
 void setGroupNameMaxLength(int groupNameMaxLength)
          Sets the Group Name Max Length.
 void setGroupSize(int groupSize)
          Sets the Group Size.
 void setSubgroupsAllowed(boolean subgroupsAllowed)
          Set to true if subgroups allowed, false otherwise.

 

Method Detail

getGroupNameMaxLength

public int getGroupNameMaxLength()
                          throws ManagementException
Gets the Group Name Max Length.

Scope: Cluster

Returns:
Max Length
Throws:
ManagementException

getGroupSize

public int getGroupSize()
                 throws ManagementException
Gets the Group Size.

Scope: Cluster

Returns:
Group Size
Throws:
ManagementException

getSubgroupsAllowed

public boolean getSubgroupsAllowed()
                            throws ManagementException
Returns true if subgroups are allowed, false otherwise.

Scope: Cluster

Returns:
Subgroups true if subgroups allowed, false otherwise
Throws:
ManagementException

setGroupNameMaxLength

public void setGroupNameMaxLength(int groupNameMaxLength)
                           throws ManagementException
Sets the Group Name Max Length. Valid values are 0 to 255. The default value is 100.

Scope: Cluster

Parameters:
groupNameMaxLength - group Name Max Length
Throws:
ManagementException

setGroupSize

public void setGroupSize(int groupSize)
                  throws ManagementException
Sets the Group Size. Valid values are 0 to 65535. The default value is 50.

Scope: Cluster

Parameters:
groupSize - group size
Throws:
ManagementException

setSubgroupsAllowed

public void setSubgroupsAllowed(boolean subgroupsAllowed)
                         throws ManagementException
Set to true if subgroups allowed, false otherwise.

Scope: Cluster

Parameters:
subgroupsAllowed - true if subgroups allowed, false otherwise
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.