public class SRemoteGui extends Object
Constructor and Description |
---|
SRemoteGui() |
Modifier and Type | Method and Description |
---|---|
static IFuture<IResourceIdentifier> |
createResourceIdentifier(IExternalAccess platformaccess,
String ridurl,
String globalrid)
Create a resource identifier.
|
static IFuture<Void> |
deregisterRemoteCMSListener(IExternalAccess access,
IComponentIdentifier cid,
String id0)
Deregister the remote listener.
|
static IFuture<FileData> |
getFileData(IExternalAccess platformaccess,
String path)
Get the file info of a remote path.
|
static IFuture<Object[]> |
getServiceInfos(IExternalAccess ea)
Get the service infos for a component.
|
static IFuture<Void> |
installRemoteCMSListener(IExternalAccess access,
IComponentIdentifier cid,
IRemoteChangeListener rcl0,
String id0)
Install the remote listener.
|
static IFuture<Tuple2<String,String>> |
localizeModel(IExternalAccess platformaccess,
String name,
IResourceIdentifier rid)
Localize a model name.
|
public static IFuture<Object[]> getServiceInfos(IExternalAccess ea)
ea
- The component access.public static IFuture<Void> installRemoteCMSListener(IExternalAccess access, IComponentIdentifier cid, IRemoteChangeListener rcl0, String id0)
cid
- The remote component id.public static IFuture<Void> deregisterRemoteCMSListener(IExternalAccess access, IComponentIdentifier cid, String id0)
public static IFuture<Tuple2<String,String>> localizeModel(IExternalAccess platformaccess, String name, IResourceIdentifier rid)
public static IFuture<IResourceIdentifier> createResourceIdentifier(IExternalAccess platformaccess, String ridurl, String globalrid)
ridurl
- The (possibly relative) local RID URL.globalrid
- The global RID, if any.public static IFuture<FileData> getFileData(IExternalAccess platformaccess, String path)
Copyright © 2012. All Rights Reserved.