com.sun.jini.phoenix
Class Activation.LogUpdateGroupDesc

java.lang.Object
  extended by com.sun.jini.phoenix.Activation.LogRecord
      extended by com.sun.jini.phoenix.Activation.LogUpdateGroupDesc
All Implemented Interfaces:
Serializable
Enclosing class:
Activation

private static class Activation.LogUpdateGroupDesc
extends Activation.LogRecord

Log record for unregistering a group.


Field Summary
private  ActivationGroupDesc desc
           
private  ActivationGroupID id
           
private static long serialVersionUID
           
 
Constructor Summary
Activation.LogUpdateGroupDesc(ActivationGroupID id, ActivationGroupDesc desc)
           
 
Method Summary
(package private)  Object apply(Object state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private ActivationGroupID id

desc

private ActivationGroupDesc desc
Constructor Detail

Activation.LogUpdateGroupDesc

Activation.LogUpdateGroupDesc(ActivationGroupID id,
                              ActivationGroupDesc desc)
Method Detail

apply

Object apply(Object state)
Specified by:
apply in class Activation.LogRecord


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.