Serialized Form


Package org.ow2.petals.registry.api

Class org.ow2.petals.registry.api.Endpoint extends java.lang.Object implements Serializable

serialVersionUID: -8159499352167678948L

Serialized Fields

description

java.lang.String description
Description is a string for performance reasons.


name

java.lang.String name
The endpoint name


service

javax.xml.namespace.QName service
The service name


itf

javax.xml.namespace.QName itf
The interface


container

java.lang.String container

component

java.lang.String component

subdomain

java.lang.String subdomain

type

java.lang.String type

Class org.ow2.petals.registry.api.Resource extends java.lang.Object implements Serializable

serialVersionUID: -7832638254448986423L

Serialized Fields

creationTime

long creationTime
The date creation of this resource


revision

long revision
The revision is the local registry one, it is sent with the endpoint to say to remote registries the current revision. If the registry which receives the resource do not have the right revision (lower) it is its role to accept the resource or to try to retrieve the good revision from the network...


endpoint

Endpoint endpoint
The endpoint


rootRegistry

java.lang.String rootRegistry
The registry which created the resource


path

java.lang.String path

properties

java.util.Map<K,V> properties

Package org.ow2.petals.registry.api.exception

Class org.ow2.petals.registry.api.exception.LifeCycleException extends RegistryException implements Serializable

serialVersionUID: -5116974698999051499L

Class org.ow2.petals.registry.api.exception.ReceptionException extends RegistryException implements Serializable

serialVersionUID: 6714445346733396266L

Class org.ow2.petals.registry.api.exception.RegistryException extends java.lang.Exception implements Serializable

serialVersionUID: 8740759779276352681L

Class org.ow2.petals.registry.api.exception.RepositoryException extends RegistryException implements Serializable

serialVersionUID: 5233326457033787228L

Class org.ow2.petals.registry.api.exception.TransportException extends java.lang.Exception implements Serializable

serialVersionUID: -1319816436303644957L


Package org.ow2.petals.registry.api.ws

Class org.ow2.petals.registry.api.ws.RemoteRegistryException extends java.lang.Exception implements Serializable

serialVersionUID: -4609043667807262079L



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.