com.plumtree.server
Class PT_PROFILESOURCE_STATUS

java.lang.Object
  extended by com.plumtree.server.PT_PROFILESOURCE_STATUS

public final class PT_PROFILESOURCE_STATUS
extends java.lang.Object

Return values for the profile provider's AttachToUser.

Version:
$Revision$
Author:
Mike Jahr
See Also:
com.plumtree.server.IPTProfileSourceProvider#AttachToUser

Field Summary
static int PT_PROFILESOURCESTATUS_OK
          Attach was successful.
static int PT_PROFILESOURCESTATUS_UNAVAILABLE
          The provider is temporarily unavailable.
static int PT_PROFILESOURCESTATUS_USERNOTFOUND
          The user was not found.
 
Constructor Summary
PT_PROFILESOURCE_STATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PROFILESOURCESTATUS_OK

public static final int PT_PROFILESOURCESTATUS_OK
Attach was successful.

See Also:
Constant Field Values

PT_PROFILESOURCESTATUS_UNAVAILABLE

public static final int PT_PROFILESOURCESTATUS_UNAVAILABLE
The provider is temporarily unavailable.

See Also:
Constant Field Values

PT_PROFILESOURCESTATUS_USERNOTFOUND

public static final int PT_PROFILESOURCESTATUS_USERNOTFOUND
The user was not found.

See Also:
Constant Field Values
Constructor Detail

PT_PROFILESOURCE_STATUS

public PT_PROFILESOURCE_STATUS()