|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TradingPartnerMgmtRuntimeMBean
| Method Summary | |
|---|---|
int |
getServiceCount()
Gets service count. |
int |
getServiceCountByServiceType(int serviceType)
Gets service count by service type. |
int |
getServiceProfileCount()
Gets service profile count. |
int |
getServiceProfileCountByService(String serviceName)
Gets service profile count by service. |
int |
getServiceProfileCountByServiceAndStatus(String serviceName,
int status)
Gets service profile count by service and status. |
int |
getServiceProfileCountByStatus(int status)
Gets service profile count by status. |
int |
getTradingPartnerCount()
Gets partner count. |
| Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
|---|
addPropertyChangeListener, preDeregister, removePropertyChangeListener |
| Methods inherited from interface weblogic.management.WebLogicMBean |
|---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
|---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
|---|
postDeregister, postRegister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Method Detail |
|---|
int getTradingPartnerCount()
throws TradingPartnerMgmtRuntimeException
TradingPartnerMgmtRuntimeException
int getServiceCount()
throws TradingPartnerMgmtRuntimeException
TradingPartnerMgmtRuntimeException
int getServiceCountByServiceType(int serviceType)
throws TradingPartnerMgmtRuntimeException
serviceType: - "webservice", "workflow" or "control"
TradingPartnerMgmtRuntimeException
int getServiceProfileCount()
throws TradingPartnerMgmtRuntimeException
TradingPartnerMgmtRuntimeException
int getServiceProfileCountByStatus(int status)
throws TradingPartnerMgmtRuntimeException
status: - "inactive" or "active"
TradingPartnerMgmtRuntimeException
int getServiceProfileCountByService(String serviceName)
throws TradingPartnerMgmtRuntimeException
serviceName: - name of the service interested in
TradingPartnerMgmtRuntimeException
int getServiceProfileCountByServiceAndStatus(String serviceName,
int status)
throws TradingPartnerMgmtRuntimeException
serviceName: - name of the service interested instatus: - "inactive" or "active"
TradingPartnerMgmtRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||