Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.sip.management.configuration
Interface MessageDebugMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean, WlssMBean

public interface MessageDebugMBean
extends WlssMBean

Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 java.lang.String getLevel()
          Deprecated.  
 java.lang.String getPattern()
          Deprecated.  
 java.lang.String[] getStrRepContentTypes()
          Deprecated.  
 java.lang.String[] getTokens()
          Deprecated.  
 void setLevel(java.lang.String level)
          Deprecated.  
 void setPattern(java.lang.String pattern)
          Deprecated.  
 void setStrRepContentTypes(java.lang.String[] contentTypes)
          Deprecated. StrRepContentTypes represent the configured list of content-types for which UTF-8 encoding is used to encode body of the SIP message.
 void setTokens(java.lang.String[] tokens)
          Deprecated.  
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Method Detail

getLevel

public java.lang.String getLevel()
Deprecated. 

getPattern

public java.lang.String getPattern()
Deprecated. 

getStrRepContentTypes

public java.lang.String[] getStrRepContentTypes()
Deprecated. 

getTokens

public java.lang.String[] getTokens()
Deprecated. 

setLevel

public void setLevel(java.lang.String level)
              throws MBeanException
Deprecated. 
Parameters:
level -
Throws:
MBeanException

setPattern

public void setPattern(java.lang.String pattern)
Deprecated. 
Parameters:
pattern -

setStrRepContentTypes

public void setStrRepContentTypes(java.lang.String[] contentTypes)
Deprecated. 
StrRepContentTypes represent the configured list of content-types for which UTF-8 encoding is used to encode body of the SIP message. It needs to be configured in sipserver.xml and holds good for Access Logging.

Parameters:
contentTypes -

setTokens

public void setTokens(java.lang.String[] tokens)
Deprecated. 
Parameters:
tokens -

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.