eu.xtreemos.xosd.security.rca.server
Class RCAServer.RCAServerStorage

java.lang.Object
  extended by eu.xtreemos.xosd.security.rca.server.RCAServer.RCAServerStorage
Enclosing class:
RCAServer

public class RCAServer.RCAServerStorage
extends java.lang.Object


Field Summary
 ResourceDescriptorRecord resource
          The descriptor of a resource being added to a VO.
 java.lang.String vo
          The VO a resource is being added to.
 
Constructor Summary
RCAServer.RCAServerStorage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vo

public java.lang.String vo
The VO a resource is being added to.


resource

public ResourceDescriptorRecord resource
The descriptor of a resource being added to a VO.

Constructor Detail

RCAServer.RCAServerStorage

public RCAServer.RCAServerStorage()