This project has retired. For details please refer to its
Attic page .
Service (Apache jclouds 1.7.3 API)
JavaScript is disabled on your browser.
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<Endpoint >
org.jclouds.openstack.keystone.v2_0.domain.Service
All Implemented Interfaces:
Iterable <Endpoint >, Collection <Endpoint >, Set <Endpoint >
public class Service
extends com.google.common.collect.ForwardingSet<Endpoint >
An OpenStack service, such as Compute (Nova), Object Storage (Swift), or Image Service (Glance).
A service provides one or more endpoints through which users can access resources and perform
(presumably useful) operations.
Author:
Adrian Cole
See Also:
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
standardEquals, standardHashCode, standardRemoveAll
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from interface java.util.Set
add , addAll , clear , contains , containsAll , isEmpty , iterator , remove , removeAll , retainAll , size , toArray , toArray
Method Detail
getName
public String getName()
Returns: the name of the service
toString
public String toString()
Overrides:
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2014 The Apache Software Foundation . All Rights Reserved.