Archived
This forum has been archived. Please start a new discussion on GitHub.
How to find an adapter and add object to it?
Hi,
Now I want to find out an adapter and then add an object to it. But
I can't find any method in admin object:
Will anybody tell me how?
Now I want to find out an adapter and then add an object to it. But
I can't find any method in admin object:
AdminSessionPrx session = registry.createAdminSession("foo", "bar"); AdminPrx admin = session.getAdmin(); [U][I]admin.findAdapter[/I][/U]
Will anybody tell me how?
0