uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class StateChange

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.StateChange
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

public class StateChange
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _cloneBeforeWrite
          Deprecated.  
static java.lang.String _readOnly
          Deprecated.  
static java.lang.String _readWrite
          Deprecated.  
static StateChange cloneBeforeWrite
          Deprecated.  
static StateChange readOnly
          Deprecated.  
static StateChange readWrite
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static StateChange fromString(java.lang.String value)
          Deprecated.  
static StateChange fromValue(java.lang.String value)
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  
 int hashCode()
          Deprecated.  
 java.lang.Object readResolve()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_readWrite

public static final java.lang.String _readWrite
Deprecated. 
See Also:
Constant Field Values

_cloneBeforeWrite

public static final java.lang.String _cloneBeforeWrite
Deprecated. 
See Also:
Constant Field Values

_readOnly

public static final java.lang.String _readOnly
Deprecated. 
See Also:
Constant Field Values

readWrite

public static final StateChange readWrite
Deprecated. 

cloneBeforeWrite

public static final StateChange cloneBeforeWrite
Deprecated. 

readOnly

public static final StateChange readOnly
Deprecated. 
Method Detail

getValue

public java.lang.String getValue()
Deprecated. 

fromValue

public static StateChange fromValue(java.lang.String value)
                             throws java.lang.IllegalStateException
Deprecated. 
Throws:
java.lang.IllegalStateException

fromString

public static StateChange fromString(java.lang.String value)
                              throws java.lang.IllegalStateException
Deprecated. 
Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException

uPortal 2.4.1
API Documentation