Hi,

you can derive an own class From MultiDisplayClusterWindow and do the 
node specific
handling by implementng the following methods

    
/*---------------------------------------------------------------------*/
    /*! \name      client window 
funcitons                                 */
    /*! 
\{                                                                 */

    virtual void clientInit              (void                    );
    virtual void clientPreSync           (void                    );
    virtual void clientRender            (RenderActionBase *action);
    virtual void clientSwap              (void                    );

    /*! 
\}                                                                 */
    
/*---------------------------------------------------------------------*/
    /*! \name      server window 
funcitons                                 */
    /*! 
\{                                                                 */

    virtual void serverInit              ( WindowPtr window,UInt32 id  );
    virtual void serverRender            ( WindowPtr window,UInt32 id,
                                           RenderActionBase *action    );
    virtual void serverSwap              ( WindowPtr window,UInt32 id  );

    /*! 
\}                                                                 */

the id is an index to the servers field.

Marcus


Thomas Kulessa wrote:
> Hi list,
>
> I want to do changes to specific nodes of the graph on a per server basis in 
> a 
> cluster environment. To get access to the tree I use 
> RemoteAspect::registerCreated() and ::registerChanged, which seems to work.
> So my idea was to retrieve a given node by its name, which is set on the 
> client. This does not work. There seems to be an AttachmentContainer of type 
> Name attached to the nodes, but the name is always NULL.
> Does anybody know what is wrong? Is it the right way to access the tree from 
> a 
> server by using the RemoteAspect class?
>
> Thanks,
>
> thomas
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to