Public Properties
Property | Defined 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
client | property |
client:Boolean
[read-only] Returns the whether or not the p2p service is a client
Implementation
public function get client():Boolean
description | property |
description:String
[read-only] Returns a description of this service.
Implementation
public function get description():String
isOnline | property |
isOnline:Boolean
[read-only] Check to see if the service is online and connected to the server
Implementation
public function get isOnline():Boolean
isRemote | property |
isRemote:Boolean
[read-only] Flag used to indicate if the service is in the local JVM or not.
Implementation
public function get isRemote():Boolean
name | property |
name:String
[read-only] Returns the name of the service.
Implementation
public function get name():String
serviceType | property |
serviceType:int
[read-only] Returns the type of service. This could be of type nService.nEventServiceType
Implementation
public function get serviceType():int
subject | property |
subject:String
[read-only] Returns the owner of the service.
Implementation
public function get subject():String