com.sun.jini.outrigger.snaplogstore
Class Registration

java.lang.Object
  extended by com.sun.jini.outrigger.snaplogstore.BaseObject
      extended by com.sun.jini.outrigger.snaplogstore.Resource
          extended by com.sun.jini.outrigger.snaplogstore.Registration
All Implemented Interfaces:
StoredObject, StoredResource, Serializable

 class Registration
extends Resource

Wrapper for outrigger event registrations. An event registration consists of a leased registration and the matching template.


Field Summary
(package private) static long serialVersionUID
           
private  BaseObject[] templates
           
private  String type
           
 
Constructor Summary
Registration(StorableResource chit, String type, StorableObject[] ts)
           
 
Method Summary
(package private)  BaseObject[] getTemplates()
           
(package private)  String getType()
           
 
Methods inherited from class com.sun.jini.outrigger.snaplogstore.Resource
equals, getCookieAsWrapper, hashCode, restore, setExpiration
 
Methods inherited from class com.sun.jini.outrigger.snaplogstore.BaseObject
restore
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

templates

private BaseObject[] templates

type

private String type
Constructor Detail

Registration

Registration(StorableResource chit,
             String type,
             StorableObject[] ts)
Method Detail

getTemplates

BaseObject[] getTemplates()

getType

String getType()


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