|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.remoteservice.client.RemoteServiceClientReference
public class RemoteServiceClientReference
Reference objects for AbstractClientContainer.
| Field Summary | |
|---|---|
protected RemoteServiceClientRegistration |
registration
|
| Constructor Summary | |
|---|---|
RemoteServiceClientReference(RemoteServiceClientRegistration remoteServiceClientRegistration)
|
|
| Method Summary | |
|---|---|
ID |
getContainerID()
Get container ID for remote service |
IRemoteServiceID |
getID()
Get the remote service ID for this reference. |
java.lang.Object |
getProperty(java.lang.String key)
Get given property for remote service |
java.lang.String[] |
getPropertyKeys()
Get all property keys for remote service |
boolean |
isActive()
Return true if reference is active, false otherwise |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected RemoteServiceClientRegistration registration
| Constructor Detail |
|---|
public RemoteServiceClientReference(RemoteServiceClientRegistration remoteServiceClientRegistration)
| Method Detail |
|---|
public ID getContainerID()
IRemoteServiceReference
getContainerID in interface IRemoteServiceReferencenull .public IRemoteServiceID getID()
IRemoteServiceReferencenull.
getID in interface IRemoteServiceReferencepublic java.lang.Object getProperty(java.lang.String key)
IRemoteServiceReference
getProperty in interface IRemoteServiceReferencekey - the key for the property to get. Must not be null .
null if does not have named
propertypublic java.lang.String[] getPropertyKeys()
IRemoteServiceReference
getPropertyKeys in interface IRemoteServiceReferencenull, but
may be empty array.public boolean isActive()
IRemoteServiceReference
isActive in interface IRemoteServiceReferencepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||