com.bea.wli.profile.api
Class GroupProfileFactory

java.lang.Object
  extended by com.bea.wli.profile.api.GroupProfileFactory

public class GroupProfileFactory
extends Object

This factory is used to create an instance of GroupProfile.

Since:
9.2

Constructor Summary
GroupProfileFactory()
           
 
Method Summary
static GroupProfile create()
           
static GroupProfile create(InitialContext ctx)
           
static ObjectName getObjectNameForGroupProfileMBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupProfileFactory

public GroupProfileFactory()
Method Detail

create

public static GroupProfile create()
                           throws ProfileException
Returns:
GroupProfile
Throws:
ProfileException

create

public static GroupProfile create(InitialContext ctx)
                           throws ProfileException
Returns:
GroupProfile
Throws:
ProfileException

getObjectNameForGroupProfileMBean

public static ObjectName getObjectNameForGroupProfileMBean()