public class DeltaSessionDestroyAttributeEvent extends java.lang.Object implements DeltaSessionAttributeEvent
| Constructor and Description |
|---|
DeltaSessionDestroyAttributeEvent() |
DeltaSessionDestroyAttributeEvent(java.lang.String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(DeltaSessionInterface session) |
void |
fromData(java.io.DataInput in) |
java.lang.String |
getAttributeName() |
static void |
registerInstantiator(int id) |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
public DeltaSessionDestroyAttributeEvent()
public DeltaSessionDestroyAttributeEvent(java.lang.String attributeName)
public java.lang.String getAttributeName()
public void apply(DeltaSessionInterface session)
apply in interface DeltaSessionAttributeEventpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface org.apache.geode.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface org.apache.geode.DataSerializablejava.io.IOExceptionpublic static void registerInstantiator(int id)
public java.lang.String toString()
toString in class java.lang.Object