Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


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


public interface GroupMBean

Address List MBean.


Method Summary
 int getGroupNameMaxLength()
          get Group Name Max Length
 int getGroupSize()
          get Group Size
 boolean getSubgroupsAllowed()
          get Subgroups Allowed
 void setGroupNameMaxLength(int groupNameMaxLength)
          set Group Name Max Length
 void setGroupSize(int groupSize)
          set Group Size
 void setSubgroupsAllowed(boolean subgroupsAllowed)
          set Subgroups Allowed

 

Method Detail

getGroupNameMaxLength

public int getGroupNameMaxLength()
                          throws ManagementException
get Group Name Max Length
Returns:
Max Length
Throws:
ManagementException

getGroupSize

public int getGroupSize()
                 throws ManagementException
get Group Size
Returns:
Group Size
Throws:
ManagementException

getSubgroupsAllowed

public boolean getSubgroupsAllowed()
                            throws ManagementException
get Subgroups Allowed
Returns:
Subgroups Allowed
Throws:
ManagementException

setGroupNameMaxLength

public void setGroupNameMaxLength(int groupNameMaxLength)
                           throws ManagementException
set Group Name Max Length
Parameters:
groupNameMaxLength - group Name Max Length
Throws:
ManagementException

setGroupSize

public void setGroupSize(int groupSize)
                  throws ManagementException
set Group Size
Parameters:
groupSize - group size
Throws:
ManagementException

setSubgroupsAllowed

public void setSubgroupsAllowed(boolean subgroupsAllowed)
                         throws ManagementException
set Subgroups Allowed
Parameters:
subgroupsAllowed -
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


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