Archived

This forum has been archived. Please start a new discussion on GitHub.

IceGridGUI SessionKeeper.java code need change...

java package: IceGridGUI.SessionKeeper.Session

function IceGridGUI.SessionKeeper.Session.registerObservers()
{
...
if()
{
...
//_adapter.activate(); // need move...
}
else
{
category = router.getClientForCategory();
_adapter = _coordinator.getCommunicator().createObjectWithAdapter( "RoutedAdapter", router );
//_adapter.activate(); // need move...
}
...
_adapter.add( registryObserverServent, _registryObserverServentIdentity );
_adapter.add( new NodeObserverServent(_coordinate), _nodeObserverServentIdentity );
...
_adapter.activate(); // this points....
...
}

Name:Tai young Jang
English name:Lauria
Company: Mgame Co., Ltd. ( south korea )
website:mgame.com
Our project:an game package
Project discriptions: studing

Comments

  • bernard
    bernard Jupiter, FL
    I don't see why activating the adapter after the servants are added to the ASM is better. Could you explain?

    In case you suspect a bug in this code, please start by applying the latest IceGridGUI patch.

    Best regards,
    Bernard