[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker_development

Title:ObjectBroker Development - BEA Systems' CORBA
Notice:See note 2 for kit locations; note 4 for training
Moderator:RECV::GUMBELd
Created:Thu Dec 27 1990
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2482
Total number of notes:13057

2433.0. "Is there an ActiveState attribute?" by MIASYS::DLUGOSZ (My reality check just bounced) Tue Feb 11 1997 17:11

    Is there an ActiveState attribute? One doesn't seem to show up. There 
    is a State impl && proc attribute and a SelectState attribute.
    
    Ron
T.RTitleUserPersonal
Name
DateLines
2433.1METSYS::THOMPSONTue Feb 11 1997 17:249
I guess this should be a reply to another note?


At least as far as OBB V2.7 VAX, the routine OBB_MGT_RunningImpl_get_attrs
has an ActiveState attribute. I requested all attributes in a test
program and this one showed up.

Mark
2433.2supplementary log...LEMAN::DONALDSONFroggisattva! Froggisattva!Wed Feb 12 1997 05:427
Using the Mgmt interface, is there anyway to find out how
many objects are active for a given implementation?

ObjectBroker clearly 'knows' because it calls ACTIVATE_OBJ_ROUTINE
when it needs to 'activate' a new object.

John D.
2433.3John - don't seem to beMIASYS::DLUGOSZMy reality check just bouncedWed Feb 12 1997 09:058
    re .2
    
    John,
    
    I haven't found a way to do that. The implementation appears to be
    the finest granularity you can get. 
    
    Ron
2433.4REQUE::ctxobj.zko.dec.com::PatrickObjectBroker EngineeringWed Feb 12 1997 17:257
Implementation is the finest grain you can get to with the management
API.  This is because the API only gives you access to the ObjectBroker
Agent which does not have insight into the object instances that are
active within a server.


Paul Patrick
2433.5METSYS::THOMPSONThu Feb 13 1997 08:2712
But some Objects are more important than others... If you send requests
for the same "Initial Object Reference" the Agent will not auto-start
new servers for those implementations. This would leave me to deduce
that the Agent must have memory of these? 

If that's not the case, how does the Agent associate Object with a server?

If that is the case, a routine that would find out what Objects the Agent
does know about would be handy.

M