Packagecom.pcbsys.nirvana.client.p2p
Classpublic class nServiceInfo
InheritancenServiceInfo Inheritance Object



Public Properties
 PropertyDefined By
  client : Boolean
[read-only] Returns the whether or not the p2p service is a client
nServiceInfo
  description : String
[read-only] Returns a description of this service.
nServiceInfo
  isOnline : Boolean
[read-only] Check to see if the service is online and connected to the server
nServiceInfo
  isRemote : Boolean
[read-only] Flag used to indicate if the service is in the local JVM or not.
nServiceInfo
  name : String
[read-only] Returns the name of the service.
nServiceInfo
  serviceType : int
[read-only] Returns the type of service.
nServiceInfo
  subject : String
[read-only] Returns the owner of the service.
nServiceInfo
Property Detail
clientproperty
client:Boolean  [read-only]

Returns the whether or not the p2p service is a client


Implementation
    public function get client():Boolean
descriptionproperty 
description:String  [read-only]

Returns a description of this service.


Implementation
    public function get description():String
isOnlineproperty 
isOnline:Boolean  [read-only]

Check to see if the service is online and connected to the server


Implementation
    public function get isOnline():Boolean
isRemoteproperty 
isRemote:Boolean  [read-only]

Flag used to indicate if the service is in the local JVM or not.


Implementation
    public function get isRemote():Boolean
nameproperty 
name:String  [read-only]

Returns the name of the service.


Implementation
    public function get name():String
serviceTypeproperty 
serviceType:int  [read-only]

Returns the type of service. This could be of type nService.nEventServiceType


Implementation
    public function get serviceType():int
subjectproperty 
subject:String  [read-only]

Returns the owner of the service.


Implementation
    public function get subject():String