A B C E G I N O R S T V W 

A

addExtension(GeneratedMessage.GeneratedExtension<? extends Message, ?>) - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage.Builder
Adds an extension definition to this builder.

B

BOTH - Static variable in class com.opencloud.slee.resources.cdr.ServiceAccessType
Originating and terminating service access type
build() - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage.Builder
Builds a new ExtensionMessage from the CDR and extension definitions of this builder.

C

CallDetailRecord - Class in com.opencloud.slee.resources.cdr
Base CDR data structure for the CDR resource adaptor.
CallDetailRecord() - Constructor for class com.opencloud.slee.resources.cdr.CallDetailRecord
 
calledPartyPublicNumber - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
callingPartyPublicNumber - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
CdrFileType - Enum in com.opencloud.slee.resources.cdr
Identifies the type of CDR file being written.
CDRProvider - Interface in com.opencloud.slee.resources.cdr
Public SBB interface for CDR generation via the CDR resource adaptor.
com.opencloud.slee.resources.cdr - package com.opencloud.slee.resources.cdr
 

E

endTime - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
equals(Object) - Method in class com.opencloud.slee.resources.cdr.ServiceAccessType
 
ExtensionMessage - Class in com.opencloud.slee.resources.cdr
Represents a wrapper class for a CDR to include definitions of extension fields of the CDR, that should be saved in the CDR file together with the original CDR.
ExtensionMessage.Builder - Class in com.opencloud.slee.resources.cdr
Represents a builder for creating instances of ExtensionMessage.
ExtensionMessage.Builder.BuilderException - Exception in com.opencloud.slee.resources.cdr
Indicates a failure of building a new ExtensionMessage due to missing CDR field or no extension definitions added for the builder.
ExtensionMessage.Builder.BuilderException(String) - Constructor for exception com.opencloud.slee.resources.cdr.ExtensionMessage.Builder.BuilderException
 

G

getCalledPartyPublicNumber() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the called party's public address
getCallingPartyPublicNumber() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the calling party's public address
getCDR() - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage
Gets the CDR.
getEndTime() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the calls end time
getExtensions() - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage
Gets the set of extension definitions for the CDR.
getFileFormat() - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
This method is similar to getFileFormat(String streamName) but is targeted towards the default stream.
getFileFormat(String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Get the CDR file format of the given stream that this entity is configured to write.
getRedirectingNumber() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the redirecting number if any was involved in the call
getServiceAccessType() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the calls service access type
getStartTime() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the calls start time
getTerminationReason() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Get the termination reason for the call

I

isOperational() - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
This method is similar to isOperational(String streamName) but is targeted towards the default stream.
isOperational(String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Check to see if a future call to writeCDR to given stream is likely to succeed.

N

newBuilder() - Static method in class com.opencloud.slee.resources.cdr.ExtensionMessage
Creates a new Builder for ExtensionMessage.

O

ORIGINATING - Static variable in class com.opencloud.slee.resources.cdr.ServiceAccessType
Originating service access type

R

redirectingNumber - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 

S

serviceAccessType - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
ServiceAccessType - Class in com.opencloud.slee.resources.cdr
Service access types for CDRs Service access type is a CDR field indicating whether the CDR represents a subscriber originating or terminating service, or both.
setCalledPartyPublicNumber(String) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the called party's public address
setCallingPartyPublicNumber(String) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the calling party's public address
setCDR(Message) - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage.Builder
Sets a CDR for this builder.
setEndTime(long) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the end time for the call
setRedirectingNumber(String) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the redirecting party's number if there was any redirection involved in this call
setServiceAccessType(ServiceAccessType) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the calls service access type
setStartTime(long) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the start time for the call
setTerminationReason(String) - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Set the reason for terminatin of the call
startTime - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
StreamNotFoundException - Exception in com.opencloud.slee.resources.cdr
 
StreamNotFoundException() - Constructor for exception com.opencloud.slee.resources.cdr.StreamNotFoundException
 
StreamNotFoundException(String) - Constructor for exception com.opencloud.slee.resources.cdr.StreamNotFoundException
 

T

TERMINATING - Static variable in class com.opencloud.slee.resources.cdr.ServiceAccessType
Terminating service access type
terminationReason - Variable in class com.opencloud.slee.resources.cdr.CallDetailRecord
 
toString() - Method in class com.opencloud.slee.resources.cdr.CallDetailRecord
Format this CDR record as a string.
toString() - Method in class com.opencloud.slee.resources.cdr.ExtensionMessage
 
toString() - Method in class com.opencloud.slee.resources.cdr.ServiceAccessType
Returns a string representation of the service access type

V

valueOf(String) - Static method in enum com.opencloud.slee.resources.cdr.CdrFileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opencloud.slee.resources.cdr.CdrFileType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeCDR(String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
This method is similar to writeCDR(String cdr, String streamName) but is targeted towards the default stream.
writeCDR(String, String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Record a string-format CDR to given stream.
writeCDR(Message) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
This method is similar to writeCDR(Message cdr, String streamName) but is targeted towards the default stream.
writeCDR(ExtensionMessage) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
This method is similar to writeCDR(ExtensionMessage extensionCdr, String streamName) but is targeted towards the default stream.
writeCDR(Message, String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Record a binary-format CDR to given stream.
writeCDR(ExtensionMessage, String) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Record a binary-format CDR with extension definitions to given stream.
writeCDR(CallDetailRecord) - Method in interface com.opencloud.slee.resources.cdr.CDRProvider
Deprecated.
WriteTimeoutException - Exception in com.opencloud.slee.resources.cdr
Exception thrown by writeCDR(CallDetailRecord) when a CDR cannot be written to disk within the entity's configured write timeout.
WriteTimeoutException() - Constructor for exception com.opencloud.slee.resources.cdr.WriteTimeoutException
 
WriteTimeoutException(String) - Constructor for exception com.opencloud.slee.resources.cdr.WriteTimeoutException
 
A B C E G I N O R S T V W