Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.im.scf.cap3
Interface OperationMBean


public interface OperationMBean

Method Summary
 BigInteger getClazz()
          Gets the value of the clazz property.
 BigInteger getCode()
          Gets the value of the code property.
 BigInteger getInvocationTimer()
          Gets the value of the invocationTimer property.
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 void setClazz(BigInteger value)
          Sets the value of the clazz property.
 void setCode(BigInteger value)
          Sets the value of the code property.
 void setInvocationTimer(BigInteger value)
          Sets the value of the invocationTimer property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getCode

BigInteger getCode()
Gets the value of the code property.

setCode

void setCode(BigInteger value)
Sets the value of the code property.

getType

String getType()
Gets the value of the type property.

setType

void setType(String value)
Sets the value of the type property.

getClazz

BigInteger getClazz()
Gets the value of the clazz property.

setClazz

void setClazz(BigInteger value)
Sets the value of the clazz property.

getInvocationTimer

BigInteger getInvocationTimer()
Gets the value of the invocationTimer property.

setInvocationTimer

void setInvocationTimer(BigInteger value)
Sets the value of the invocationTimer property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.