com.plumtree.server
Class PT_PROFILESOURCE_STATUS

java.lang.Object
  |
  +--com.plumtree.server.PT_PROFILESOURCE_STATUS

public final class PT_PROFILESOURCE_STATUS
extends java.lang.Object

Return values for the profile provider's AttachToUser.

See Also:
IPTProfileSourceProvider.AttachToUser(int, java.lang.String, java.lang.String, java.lang.String)

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()
           
 
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.

PT_PROFILESOURCESTATUS_UNAVAILABLE

public static final int PT_PROFILESOURCESTATUS_UNAVAILABLE
The provider is temporarily unavailable.

PT_PROFILESOURCESTATUS_USERNOTFOUND

public static final int PT_PROFILESOURCESTATUS_USERNOTFOUND
The user was not found.
Constructor Detail

PT_PROFILESOURCE_STATUS

public PT_PROFILESOURCE_STATUS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.