com.bea.wli.profile.api
Class UserProfileFactory

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

public class UserProfileFactory
extends Object

This factory is used to create an instance of UserProfile.

Since:
9.2

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

Constructor Detail

UserProfileFactory

public UserProfileFactory()
Method Detail

create

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

create

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

getObjectNameForUserProfileMBean

public static ObjectName getObjectNameForUserProfileMBean()