Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.management.runtime
Class LookupTest
junit.framework.Assert
  |
  +--junit.framework.TestCase
       |
       +--com.newstep.solid.test.management.runtime.LookupTest
All Implemented Interfaces:
       Test

public class LookupTest      
Start the Sample Component and perform lookup
Author:
msimonsen
 
Links:
Kernel Association Association Link
to Class MBeanProxy
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
Kernel Association Association Link
to Class SampleComponent
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
 

Field Summary
private String
JMXConnector
static Logger
ObjectInstance
String
private MBeanServerConnection
private Properties
String
Method Summary
private Object
getObjectFromName(ObjectName objName)
public void
protected void
public void
public void
Field Detail
configLoc
private String configLoc
Multiplicity:
1
 

jmxc
JMXConnector jmxc
Multiplicity:
1
 

logger
static Logger logger
Multiplicity:
1
Static.
 

managerInst
ObjectInstance managerInst
Multiplicity:
1
 

mbeanManagerName
String mbeanManagerName
Multiplicity:
1
 

mbsc
private MBeanServerConnection mbsc
Multiplicity:
1
 

props
private Properties props
Multiplicity:
1
 

proxy
MBeanProxy proxy
Multiplicity:
1
 

sampleComponent
SampleComponent sampleComponent
Multiplicity:
1
 

sampleManagerName
String sampleManagerName
Multiplicity:
1
 
Method Detail
getObjectFromName
private Object getObjectFromName (ObjectName objName)
 
Throws:
Exception
 

setUp
public void setUp ()
 
Throws:
Exception
 

tearDown
protected void tearDown ()
 
Throws:
Exception
 

testLookupNames
public void testLookupNames ()
 
Throws:
Exception
 

testQuery
public void testQuery ()
 
Throws:
Exception
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD