Class/Object

atom.content.pm

HttpServiceInfo

Related Docs: object HttpServiceInfo | package pm

Permalink

final class HttpServiceInfo extends PackageItemInfo[HttpService]

Information you can retrieve about a particular application entry. This corresponds to information collected from the

manifest.atom.xml

.

manifest.atom.xml }}}

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpServiceInfo
  2. PackageItemInfo
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpServiceInfo()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def afterUnmarshal(unmarshaller: Unmarshaller, parent: Any): Unit

    Permalink

    Package information is not restored on unmarshal, so this method should help.

    Package information is not restored on unmarshal, so this method should help.

    unmarshaller

    an instance of the unmarshaller

    parent

    parent object

    Definition Classes
    PackageItemInfo
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    HttpServiceInfoPackageItemInfo → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getApplicationInfo: ApplicationInfo

    Permalink

    Retrieve activity package information.

    Retrieve activity package information.

    returns

    an activity package information

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlTransient()
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClassName: Class[_ <: HttpService]

    Permalink

    Retrieve the real activity class.

    Retrieve the real activity class.

    returns

    the real activity class

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlTransient()
  13. final def getName: String

    Permalink

    Retrieve the activity class name.

    Retrieve the activity class name.

    returns

    the activity class name

    Definition Classes
    PackageItemInfo
    Annotations
    @XmlAttribute()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    HttpServiceInfoPackageItemInfo → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def setApplicationInfo(_info: ApplicationInfo): Unit

    Permalink

    Sets activity package information.

    Sets activity package information.

    _info

    an activity package information

    Definition Classes
    PackageItemInfo
  20. final def setClassName(_cls: Class[_ <: HttpService]): Unit

    Permalink

    Set the real activity class.

    Set the real activity class.

    _cls

    the real activity class

    Definition Classes
    PackageItemInfo
  21. final def setName(_cls: String): Unit

    Permalink

    Set the activity class name.

    Set the activity class name.

    _cls

    the activity class name

    Definition Classes
    PackageItemInfo
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    HttpServiceInfoPackageItemInfo → AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PackageItemInfo[HttpService]

Inherited from AnyRef

Inherited from Any

Ungrouped